{"blog_title":"\u304b\u305b\u304d\u306e\u3046\u3055\u304e\u3055\u3093","author_name":"itasuke","height":"190","url":"https://itasuke.hatenadiary.org/entry/20090126/p1","blog_url":"https://itasuke.hatenadiary.org/","published":"2009-01-26 00:00:00","version":"1.0","categories":["Python","tkinter"],"type":"rich","width":"100%","author_url":"https://blog.hatena.ne.jp/itasuke/","image_url":"https://cdn-ak.f.st-hatena.com/images/fotolife/i/itasuke/20090126/20090126233752.png","title":" \u4e03\u8272\u306b\u8f1d\u304fListbox","provider_name":"Hatena Blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitasuke.hatenadiary.org%2Fentry%2F20090126%2Fp1\" title=\" \u4e03\u8272\u306b\u8f1d\u304fListbox - \u304b\u305b\u304d\u306e\u3046\u3055\u304e\u3055\u3093\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","description":"tkinter.Listbox\u30af\u30e9\u30b9\u306b\u306fitemconfigure\u306a\u308b\u30e1\u30bd\u30c3\u30c9\u304c\u3042\u308b\u3002 \u3053\u308c\u3092\u4f7f\u3046\u3068\u3001\u9805\u76ee\u306e\u8272\u3092\u500b\u5225\u306b\u8a2d\u5b9a\u3067\u304d\u308b\u3093\u3059\u306d\u3002 \u30cb\u30e5\u30fc\u30e1\u30ad\u30b7\u30b3\u5927\u5b66\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u3042\u308b\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u306b\u3082\u8f09\u3063\u3066\u306a\u3044\u304b\u3089\u521d\u3081\u3066\u77e5\u3063\u305f\u3002 # Python 3.0 import tkinter root = tkinter.Tk() label = tkinter.Label(text=\"\u4e03\u8272\u306b\u8f1d\u304f\u30ea\u30b9\u30c8\") label.pack() listbox = tkinter.Listbox(foreground='white') for i in ('red', 'orange', 'yellow', 'green',\u2026","provider_url":"https://hatena.blog"}