Home
last modified time | relevance | path

Searched refs:Checkbutton (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/idlelib/
Dpercolator.py107 cb1 = tk.Checkbutton(box, text="Tracer1", command=toggle1, variable=var1)
110 cb2 = tk.Checkbutton(box, text="Tracer2", command=toggle2, variable=var2)
Dgrep.py11 from tkinter.ttk import Checkbutton # Frame imported in ...Base
119 btn = Checkbutton(
Dsearchbase.py4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton
151 btn = Checkbutton(frame, variable=var, text=label)
Ddebugger.py164 self.bstack = Checkbutton(cframe,
169 self.bsource = Checkbutton(cframe,
175 self.blocals = Checkbutton(cframe,
180 self.bglobals = Checkbutton(cframe,
Dconfig_key.py5 from tkinter.ttk import Frame, Button, Checkbutton, Entry, Label, Scrollbar
138 check = Checkbutton(self.frame_controls_basic,
Dquery.py28 from tkinter.ttk import Frame, Button, Entry, Label, Checkbutton
361 restart = Checkbutton(frame, variable=self.restartvar, onvalue=True,
Dconfigdialog.py19 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/
DDetailsViewer.py94 self.__radio1 = Checkbutton(frame, text='Red',
101 self.__radio2 = Checkbutton(frame, text='Green',
108 self.__radio3 = Checkbutton(frame, text='Blue',
DTypeinViewer.py67 self.__uwt = Checkbutton(self.__frame,
72 self.__hex = Checkbutton(self.__frame,
DStripViewer.py364 uwdbtn = Checkbutton(frame2,
368 hexbtn = Checkbutton(frame2,
DTextViewer.py81 self.__t = Checkbutton(root, text='Track color changes',
DListViewer.py55 self.__uocbtn = Checkbutton(root,
/third_party/python/Tools/demo/
Dredemo.py87 box = Checkbutton(frame,
/third_party/python/Lib/tkinter/
Dttk.py615 class Checkbutton(Widget): class
Dtix.py1608 class _dummyCheckbutton(Checkbutton, TixSubWidget):
D__init__.py3014 class Checkbutton(Widget): class
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py242 return ttk.Checkbutton(self.root, **kwargs)
258 cbtn = ttk.Checkbutton(self.root, command=cb_test)
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py204 return tkinter.Checkbutton(self.root, **kwargs)
/third_party/python/Doc/library/
Dtkinter.ttk.rst46 :class:`Checkbutton`, :class:`Entry`, :class:`Frame`, :class:`Label`,
70 :class:`Button`, :class:`Checkbutton`, :class:`Entry`, :class:`Frame`,