HomeSort by relevance Sort by last modified time
    Searched full:checkbutton (Results 26 - 50 of 70) sorted by null

12 3

  /external/selinux/policycoreutils/sepolicy/sepolicy/
gui.py     [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/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/gdb/darwin-x86/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...]
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
    [all...]
Tix.py 724 hidden Checkbutton
    [all...]
  /prebuilts/gdb/linux-x86/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...]
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
    [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...]
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...]
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
keybindingDialog.py 82 check=Checkbutton(self.frameControlsBasic,
EditorWindow.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
keybindingDialog.py 82 check=Checkbutton(self.frameControlsBasic,
EditorWindow.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 82 check=Checkbutton(self.frameControlsBasic,
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 82 check=Checkbutton(self.frameControlsBasic,
EditorWindow.py     [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 596 function ToggleDisplay(CheckButton, ClassName) {
597 if (CheckButton.checked) {
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 596 function ToggleDisplay(CheckButton, ClassName) {
597 if (CheckButton.checked) {
    [all...]

Completed in 1186 milliseconds

12 3