Searched refs:Checkbutton (Results 1 – 19 of 19) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | percolator.py | 107 cb1 = tk.Checkbutton(box, text="Tracer1", command=toggle1, variable=var1) 110 cb2 = tk.Checkbutton(box, text="Tracer2", command=toggle2, variable=var2)
|
D | grep.py | 11 from tkinter.ttk import Checkbutton # Frame imported in ...Base 119 btn = Checkbutton(
|
D | searchbase.py | 4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton 151 btn = Checkbutton(frame, variable=var, text=label)
|
D | debugger.py | 164 self.bstack = Checkbutton(cframe, 169 self.bsource = Checkbutton(cframe, 175 self.blocals = Checkbutton(cframe, 180 self.bglobals = Checkbutton(cframe,
|
D | config_key.py | 5 from tkinter.ttk import Frame, Button, Checkbutton, Entry, Label, Scrollbar 138 check = Checkbutton(self.frame_controls_basic,
|
D | query.py | 28 from tkinter.ttk import Frame, Button, Entry, Label, Checkbutton 361 restart = Checkbutton(frame, variable=self.restartvar, onvalue=True,
|
D | configdialog.py | 19 from tkinter.ttk import (Frame, LabelFrame, Button, Checkbutton, Entry, Label, 358 self.bold_toggle = Checkbutton( 1669 self.cursor_blink_bool = Checkbutton(frame_cursor, text="Cursor blink", 1691 self.bell_on = Checkbutton( 1847 self.line_numbers_default_bool = Checkbutton( 2039 Checkbutton(entry_area, variable=var,
|
/third_party/python/Tools/pynche/ |
D | DetailsViewer.py | 94 self.__radio1 = Checkbutton(frame, text='Red', 101 self.__radio2 = Checkbutton(frame, text='Green', 108 self.__radio3 = Checkbutton(frame, text='Blue',
|
D | TypeinViewer.py | 67 self.__uwt = Checkbutton(self.__frame, 72 self.__hex = Checkbutton(self.__frame,
|
D | StripViewer.py | 364 uwdbtn = Checkbutton(frame2, 368 hexbtn = Checkbutton(frame2,
|
D | TextViewer.py | 81 self.__t = Checkbutton(root, text='Track color changes',
|
D | ListViewer.py | 55 self.__uocbtn = Checkbutton(root,
|
/third_party/python/Tools/demo/ |
D | redemo.py | 87 box = Checkbutton(frame,
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 615 class Checkbutton(Widget): class
|
D | tix.py | 1608 class _dummyCheckbutton(Checkbutton, TixSubWidget):
|
D | __init__.py | 3014 class Checkbutton(Widget): class
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 242 return ttk.Checkbutton(self.root, **kwargs) 258 cbtn = ttk.Checkbutton(self.root, command=cb_test)
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 204 return tkinter.Checkbutton(self.root, **kwargs)
|
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 46 :class:`Checkbutton`, :class:`Entry`, :class:`Frame`, :class:`Label`, 70 :class:`Button`, :class:`Checkbutton`, :class:`Entry`, :class:`Frame`,
|