Home
last modified time | relevance | path

Searched refs:add_checkbutton (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/tkinter/matt/
Dmenu-all-types-of-entries.py152 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/
Dtest_widgets.py1164 m1.add_checkbutton(variable=v1, onvalue=True, offvalue=False,
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1169 m1.add_checkbutton(variable=v1, onvalue=True, offvalue=False,
/external/python/cpython2/Demo/tix/
Dtixwidgets.py71 hm.add_checkbutton(label='BalloonHelp', underline=0, command=ToggleHelp,
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1111 menu.add_checkbutton(label=label, underline=underline,
/external/python/cpython3/Lib/idlelib/
Deditor.py1049 menu.add_checkbutton(label=label, underline=underline,
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2739 def add_checkbutton(self, cnf={}, **kw): member in Menu
/external/python/cpython3/Lib/tkinter/
D__init__.py2876 def add_checkbutton(self, cnf={}, **kw): member in Menu