Searched refs:Checkbutton (Results 1 - 25 of 40) sorted by relevance

12

/external/python/cpython2/Lib/idlelib/
H A DPercolator.py95 cb1 = tk.Checkbutton(root, text="Tracer1", command=toggle1, variable=var1)
98 cb2 = tk.Checkbutton(root, text="Tracer2", command=toggle2, variable=var2)
H A DGrepDialog.py6 from Tkinter import StringVar, BooleanVar, Checkbutton # for GrepDialog namespace
53 btn = Checkbutton(f, anchor="w",
H A DSearchDialogBase.py4 Checkbutton, Radiobutton)
129 A gridded frame from make_frame is filled with a Checkbutton
140 btn = Checkbutton(frame, anchor="w", variable=var, text=label)
H A DDebugger.py159 self.bstack = Checkbutton(cframe,
164 self.bsource = Checkbutton(cframe,
170 self.blocals = Checkbutton(cframe,
175 self.bglobals = Checkbutton(cframe,
/external/python/cpython3/Lib/idlelib/
H A Dpercolator.py92 cb1 = tk.Checkbutton(box, text="Tracer1", command=toggle1, variable=var1)
95 cb2 = tk.Checkbutton(box, text="Tracer2", command=toggle2, variable=var2)
H A Dgrep.py6 from tkinter.ttk import Checkbutton namespace
52 btn = Checkbutton(
H A Dsearchbase.py4 from tkinter.ttk import Entry, Label, Button, Checkbutton, Radiobutton namespace
131 A gridded frame from make_frame is filled with a Checkbutton
142 btn = Checkbutton(frame, variable=var, text=label)
H A Ddebugger.py164 self.bstack = Checkbutton(cframe,
169 self.bsource = Checkbutton(cframe,
175 self.blocals = Checkbutton(cframe,
180 self.bglobals = Checkbutton(cframe,
/external/python/cpython2/Demo/tkinter/ttk/
H A Dtheme_selector.py17 # it works with Checkbutton variable option.
39 theme_change_checkbtn = ttk.Checkbutton(self,
/external/python/cpython2/Tools/pynche/
H A DDetailsViewer.py95 self.__radio1 = Checkbutton(frame, text='Red',
102 self.__radio2 = Checkbutton(frame, text='Green',
109 self.__radio3 = Checkbutton(frame, text='Blue',
H A DTypeinViewer.py68 self.__uwt = Checkbutton(self.__frame,
73 self.__hex = Checkbutton(self.__frame,
H A DStripViewer.py368 uwdbtn = Checkbutton(frame2,
372 hexbtn = Checkbutton(frame2,
H A DListViewer.py55 self.__uocbtn = Checkbutton(root,
H A DTextViewer.py82 self.__t = Checkbutton(root, text='Track color changes',
/external/python/cpython3/Tools/pynche/
H A DDetailsViewer.py95 self.__radio1 = Checkbutton(frame, text='Red',
102 self.__radio2 = Checkbutton(frame, text='Green',
109 self.__radio3 = Checkbutton(frame, text='Blue',
H A DTypeinViewer.py68 self.__uwt = Checkbutton(self.__frame,
73 self.__hex = Checkbutton(self.__frame,
H A DStripViewer.py368 uwdbtn = Checkbutton(frame2,
372 hexbtn = Checkbutton(frame2,
H A DListViewer.py55 self.__uocbtn = Checkbutton(root,
H A DTextViewer.py82 self.__t = Checkbutton(root, text='Track color changes',
/external/python/cpython2/Demo/tkinter/guido/
H A DMimeViewer.py17 self.button = Checkbutton(self.frame,
H A DAttrDialog.py53 self.button = Checkbutton(self.frame,
354 'Checkbutton': _tristate,
/external/python/cpython2/Tools/audiopy/
H A Daudiopy169 btn = Checkbutton(frame,
183 btn = Checkbutton(frame,
197 btn = Checkbutton(frame,
/external/python/cpython2/Tools/scripts/
H A Dredemo.py87 box = Checkbutton(frame,
/external/python/cpython3/Tools/demo/
H A Dredemo.py88 box = Checkbutton(frame,
/external/python/cpython2/Tools/webchecker/
H A Dwcgui.py139 self.__checkext = Checkbutton(self.__controls, variable=self.__cv,
421 check = Checkbutton(self.topframe, text=name,

Completed in 633 milliseconds

12