Searched refs:add_checkbutton (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Demo/tkinter/matt/ |
D | menu-all-types-of-entries.py | 152 Checkbutton_button.menu.add_checkbutton(label='Pepperoni') 153 Checkbutton_button.menu.add_checkbutton(label='Sausage') 154 Checkbutton_button.menu.add_checkbutton(label='Extra Cheese') 157 Checkbutton_button.menu.add_checkbutton(label='Anchovy',
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 1164 m1.add_checkbutton(variable=v1, onvalue=True, offvalue=False,
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 71 hm.add_checkbutton(label='BalloonHelp', underline=0, command=ToggleHelp,
|
/external/python/cpython2/Lib/idlelib/ |
D | EditorWindow.py | 1111 menu.add_checkbutton(label=label, underline=underline,
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2739 def add_checkbutton(self, cnf={}, **kw): member in Menu
|