Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/idlelib/
Dpercolator.py92 cb1 = tk.Checkbutton(box, text="Tracer1", command=toggle1, variable=var1)
95 cb2 = tk.Checkbutton(box, text="Tracer2", command=toggle2, variable=var2)
Dgrep.py11 from tkinter.ttk import Checkbutton # Frame imported in ...Base
82 btn = Checkbutton(
Dsearchbase.py4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton
142 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
136 check = Checkbutton(self.frame_controls_basic,
/external/python/cpython2/Lib/idlelib/
DPercolator.py95 cb1 = tk.Checkbutton(root, text="Tracer1", command=toggle1, variable=var1)
98 cb2 = tk.Checkbutton(root, text="Tracer2", command=toggle2, variable=var2)
DSearchDialogBase.py4 Checkbutton, Radiobutton)
140 btn = Checkbutton(frame, anchor="w", variable=var, text=label)
DGrepDialog.py6 from Tkinter import StringVar, BooleanVar, Checkbutton # for GrepDialog
53 btn = Checkbutton(f, anchor="w",
DDebugger.py159 self.bstack = Checkbutton(cframe,
164 self.bsource = Checkbutton(cframe,
170 self.blocals = Checkbutton(cframe,
175 self.bglobals = Checkbutton(cframe,
/external/python/cpython3/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,
DListViewer.py55 self.__uocbtn = Checkbutton(root,
DTextViewer.py81 self.__t = Checkbutton(root, text='Track color changes',
/external/python/cpython2/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,
DListViewer.py55 self.__uocbtn = Checkbutton(root,
DTextViewer.py81 self.__t = Checkbutton(root, text='Track color changes',
/external/python/cpython2/Tools/audiopy/
Daudiopy168 btn = Checkbutton(frame,
182 btn = Checkbutton(frame,
196 btn = Checkbutton(frame,
/external/python/cpython2/Demo/tkinter/ttk/
Dtheme_selector.py39 theme_change_checkbtn = ttk.Checkbutton(self,
/external/python/cpython2/Demo/tkinter/guido/
DMimeViewer.py17 self.button = Checkbutton(self.frame,
/external/python/cpython2/Tools/scripts/
Dredemo.py87 box = Checkbutton(frame,
/external/python/cpython3/Tools/demo/
Dredemo.py87 box = Checkbutton(frame,
/external/python/cpython2/Tools/webchecker/
Dwcgui.py139 self.__checkext = Checkbutton(self.__controls, variable=self.__cv,
421 check = Checkbutton(self.topframe, text=name,

12