/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 78 CHECKBUTTON='checkbutton'
|
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...] |
Tkinter.py | 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 78 CHECKBUTTON='checkbutton'
|
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...] |
Tkinter.py | 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox [all...] |
/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,
|
EditorWindow.py | [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,
|
EditorWindow.py | [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller_unittest.mm | 88 CheckButton(button, @selector(showHelpPage:)); 91 CheckButton(button, @selector(showCertWindow:)); 106 void CheckButton(NSButton* button, SEL action) {
|
/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/chromium_org/third_party/skia/include/views/animated/ |
SkWidgetViews.h | 123 // inflate: "sk-checkbutton"
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkWidgetViews.cpp | 223 static const char gCheckStateSlotName[] = "sk-checkbutton-check-slot";
|
/external/skia/include/views/animated/ |
SkWidgetViews.h | 123 // inflate: "sk-checkbutton"
|
/external/skia/src/views/animated/ |
SkWidgetViews.cpp | 223 static const char gCheckStateSlotName[] = "sk-checkbutton-check-slot";
|
/frameworks/base/docs/html/distribute/promote/ |
device-art.jd | 34 <input type="checkbox" id="output-shadow" checked="checked" class="form-field-checkbutton"> 36 <input type="checkbox" id="output-glare" checked="checked" class="form-field-checkbutton">
|
/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...] |