HomeSort by relevance Sort by last modified time
    Searched refs:Checkbutton (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchDialogBase.py 84 btn = Checkbutton(f, anchor="w",
91 btn = Checkbutton(f, anchor="w",
98 btn = Checkbutton(f, anchor="w",
106 btn = Checkbutton(f, anchor="w",
Debugger.py 119 self.bstack = Checkbutton(cframe,
124 self.bsource = Checkbutton(cframe,
130 self.blocals = Checkbutton(cframe,
135 self.bglobals = Checkbutton(cframe,
GrepDialog.py 48 btn = Checkbutton(f, anchor="w",
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchDialogBase.py 84 btn = Checkbutton(f, anchor="w",
91 btn = Checkbutton(f, anchor="w",
98 btn = Checkbutton(f, anchor="w",
106 btn = Checkbutton(f, anchor="w",
Debugger.py 119 self.bstack = Checkbutton(cframe,
124 self.bsource = Checkbutton(cframe,
130 self.blocals = Checkbutton(cframe,
135 self.bglobals = Checkbutton(cframe,
GrepDialog.py 48 btn = Checkbutton(f, anchor="w",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 84 btn = Checkbutton(f, anchor="w",
91 btn = Checkbutton(f, anchor="w",
98 btn = Checkbutton(f, anchor="w",
106 btn = Checkbutton(f, anchor="w",
Debugger.py 119 self.bstack = Checkbutton(cframe,
124 self.bsource = Checkbutton(cframe,
130 self.blocals = Checkbutton(cframe,
135 self.bglobals = Checkbutton(cframe,
GrepDialog.py 48 btn = Checkbutton(f, anchor="w",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 84 btn = Checkbutton(f, anchor="w",
91 btn = Checkbutton(f, anchor="w",
98 btn = Checkbutton(f, anchor="w",
106 btn = Checkbutton(f, anchor="w",
  /external/python/cpython2/Lib/idlelib/
Percolator.py 95 cb1 = tk.Checkbutton(root, text="Tracer1", command=toggle1, variable=var1)
98 cb2 = tk.Checkbutton(root, text="Tracer2", command=toggle2, variable=var2)
GrepDialog.py 6 from Tkinter import StringVar, BooleanVar, Checkbutton # for GrepDialog
53 btn = Checkbutton(f, anchor="w",
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)
Debugger.py 159 self.bstack = Checkbutton(cframe,
164 self.bsource = Checkbutton(cframe,
170 self.blocals = Checkbutton(cframe,
175 self.bglobals = Checkbutton(cframe,
  /external/python/cpython2/Demo/tkinter/ttk/
theme_selector.py 17 # it works with Checkbutton variable option.
39 theme_change_checkbtn = ttk.Checkbutton(self,
  /external/python/cpython2/Tools/pynche/
DetailsViewer.py 95 self.__radio1 = Checkbutton(frame, text='Red',
102 self.__radio2 = Checkbutton(frame, text='Green',
109 self.__radio3 = Checkbutton(frame, text='Blue',
TypeinViewer.py 68 self.__uwt = Checkbutton(self.__frame,
73 self.__hex = Checkbutton(self.__frame,
StripViewer.py 368 uwdbtn = Checkbutton(frame2,
372 hexbtn = Checkbutton(frame2,
ListViewer.py 55 self.__uocbtn = Checkbutton(root,
TextViewer.py 82 self.__t = Checkbutton(root, text='Track color changes',
  /external/libvorbis/examples/
frameview.pl 69 $toplevel->optionAdd("$Xname*Checkbutton*background", "#f0d0b0",20);
70 $toplevel->optionAdd("$Xname*Checkbutton*foreground", '#000000',20);
71 $toplevel->optionAdd("$Xname*Checkbutton*borderWidth", '2',20);
72 $toplevel->optionAdd("$Xname*Checkbutton*relief", 'groove',20);
142 $panel->optionAdd("$X2name*Checkbutton*background", "#f0d0b0",20);
143 $panel->optionAdd("$X2name*Checkbutton*foreground", '#000000',20);
144 $panel->optionAdd("$X2name*Checkbutton*borderWidth", '2',20);
145 #$panel->optionAdd("$X2name*Checkbutton*padX", '0',20);
146 #$panel->optionAdd("$X2name*Checkbutton*padY", '0',20);
147 #$panel->optionAdd("$X2name*Checkbutton*relief", 'groove',20)
    [all...]
  /external/python/cpython2/Demo/tkinter/guido/
MimeViewer.py 17 self.button = Checkbutton(self.frame,
  /external/python/cpython2/Tools/audiopy/
audiopy 169 btn = Checkbutton(frame,
183 btn = Checkbutton(frame,
197 btn = Checkbutton(frame,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 86 box = Checkbutton(frame,
  /external/python/cpython2/Tools/scripts/
redemo.py 87 box = Checkbutton(frame,

Completed in 358 milliseconds

1 2 3