エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
まず、チェックボタン。 # -*- coding: utf-8 -*- #[Print tgl.get()] を押すと Check01 の #状態(コン... まず、チェックボタン。 # -*- coding: utf-8 -*- #[Print tgl.get()] を押すと Check01 の #状態(コンソールに 0 or 1) を表示する。 from Tkinter import * #コールバック関数を定義しておく。 def callback(): print tgl.get() #root ウィンドウを作る。 root = Tk() frame = Frame(root,width=300,height=200) frame.pack() tgl=IntVar() tgl.set(1) menu_top = Menu(root) menu_file = Menu(menu_top,tearoff=0) root.configure(menu=menu_top) #とpにメニュー項目追加。 menu_top.add_cascade (l