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

  /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",
keybindingDialog.py 82 check=Checkbutton(self.frameControlsBasic,
configDialog.py 134 checkFontBold=Checkbutton(frameFontParam,variable=self.fontBold,
    [all...]
  /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",
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",
keybindingDialog.py 82 check=Checkbutton(self.frameControlsBasic,
configDialog.py 134 checkFontBold=Checkbutton(frameFontParam,variable=self.fontBold,
    [all...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
617 class Checkbutton(Widget):
618 """Ttk Checkbutton widget which is either in on- or off-state."""
621 """Construct a Ttk Checkbutton widget with the parent master.
632 Widget.__init__(self, master, "ttk::checkbutton", kw)
    [all...]
Tix.py 724 hidden Checkbutton
    [all...]
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
617 class Checkbutton(Widget):
618 """Ttk Checkbutton widget which is either in on- or off-state."""
621 """Construct a Ttk Checkbutton widget with the parent master.
632 Widget.__init__(self, master, "ttk::checkbutton", kw)
    [all...]
Tix.py 724 hidden Checkbutton
    [all...]
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 92 cbtn = ttk.Checkbutton(command=cb_test)
93 # the variable automatically created by ttk.Checkbutton is actually
94 # undefined till we invoke the Checkbutton
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 92 cbtn = ttk.Checkbutton(command=cb_test)
93 # the variable automatically created by ttk.Checkbutton is actually
94 # undefined till we invoke the Checkbutton
    [all...]

Completed in 157 milliseconds