#freeze
 [[Tkinter]]
 
 *Checkbutton [#s2140f43]
 #ref(checkbutton.py)
 
 **IntVar()で変数を作る。 [#meb97609]
  self.var = IntVar()
  c = Checkbutton(text="check",variable=self.var)

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS