/external/python/cpython2/Lib/idlelib/ |
H A D | Percolator.py | 95 cb1 = tk.Checkbutton(root, text="Tracer1", command=toggle1, variable=var1) 98 cb2 = tk.Checkbutton(root, text="Tracer2", command=toggle2, variable=var2)
|
H A D | GrepDialog.py | 6 from Tkinter import StringVar, BooleanVar, Checkbutton # for GrepDialog namespace 53 btn = Checkbutton(f, anchor="w",
|
H A D | SearchDialogBase.py | 4 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 D | Debugger.py | 159 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 D | percolator.py | 92 cb1 = tk.Checkbutton(box, text="Tracer1", command=toggle1, variable=var1) 95 cb2 = tk.Checkbutton(box, text="Tracer2", command=toggle2, variable=var2)
|
H A D | grep.py | 6 from tkinter.ttk import Checkbutton namespace 52 btn = Checkbutton(
|
H A D | searchbase.py | 4 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 D | debugger.py | 164 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 D | theme_selector.py | 17 # it works with Checkbutton variable option. 39 theme_change_checkbtn = ttk.Checkbutton(self,
|
/external/python/cpython2/Tools/pynche/ |
H A D | DetailsViewer.py | 95 self.__radio1 = Checkbutton(frame, text='Red', 102 self.__radio2 = Checkbutton(frame, text='Green', 109 self.__radio3 = Checkbutton(frame, text='Blue',
|
H A D | TypeinViewer.py | 68 self.__uwt = Checkbutton(self.__frame, 73 self.__hex = Checkbutton(self.__frame,
|
H A D | StripViewer.py | 368 uwdbtn = Checkbutton(frame2, 372 hexbtn = Checkbutton(frame2,
|
H A D | ListViewer.py | 55 self.__uocbtn = Checkbutton(root,
|
H A D | TextViewer.py | 82 self.__t = Checkbutton(root, text='Track color changes',
|
/external/python/cpython3/Tools/pynche/ |
H A D | DetailsViewer.py | 95 self.__radio1 = Checkbutton(frame, text='Red', 102 self.__radio2 = Checkbutton(frame, text='Green', 109 self.__radio3 = Checkbutton(frame, text='Blue',
|
H A D | TypeinViewer.py | 68 self.__uwt = Checkbutton(self.__frame, 73 self.__hex = Checkbutton(self.__frame,
|
H A D | StripViewer.py | 368 uwdbtn = Checkbutton(frame2, 372 hexbtn = Checkbutton(frame2,
|
H A D | ListViewer.py | 55 self.__uocbtn = Checkbutton(root,
|
H A D | TextViewer.py | 82 self.__t = Checkbutton(root, text='Track color changes',
|
/external/python/cpython2/Demo/tkinter/guido/ |
H A D | MimeViewer.py | 17 self.button = Checkbutton(self.frame,
|
H A D | AttrDialog.py | 53 self.button = Checkbutton(self.frame, 354 'Checkbutton': _tristate,
|
/external/python/cpython2/Tools/audiopy/ |
H A D | audiopy | 169 btn = Checkbutton(frame, 183 btn = Checkbutton(frame, 197 btn = Checkbutton(frame,
|
/external/python/cpython2/Tools/scripts/ |
H A D | redemo.py | 87 box = Checkbutton(frame,
|
/external/python/cpython3/Tools/demo/ |
H A D | redemo.py | 88 box = Checkbutton(frame,
|
/external/python/cpython2/Tools/webchecker/ |
H A D | wcgui.py | 139 self.__checkext = Checkbutton(self.__controls, variable=self.__cv, 421 check = Checkbutton(self.topframe, text=name,
|