Home
last modified time | relevance | path

Searched refs:checkbutton (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/scripts/
Dxsnap132 checkbutton .options.input.checks.border -text "Borders" -width 11 \
134 checkbutton .options.input.checks.frame -text "Frame" -width 11 \
136 checkbutton .options.input.checks.screen -text "Screen" -width 11 \
138 checkbutton .options.input.checks.descend -text "Descend" -anchor w \
168 checkbutton .options.processing.checks.dither -text "Dither" -width 11 \
170 checkbutton .options.processing.checks.negate -text "Negate" -width 11 \
172 checkbutton .options.processing.checks.monochrome -text "Monochrome" \
174 checkbutton .options.processing.checks.trim -text "Trim" -anchor w \
203 checkbutton .options.output.checks.compress -text "Compress" -width 11 \
205 checkbutton .options.output.checks.interlace -text "Interlace" -width 11 \
[all …]
/external/selinux/python/sepolicy/sepolicy/
Dgui.py1812 def on_disable_ptrace(self, checkbutton): argument
1814 update_buffer = "boolean -m -%d deny_ptrace" % checkbutton.get_active()
1822 def on_show_modified_only(self, checkbutton): argument
1833 if not checkbutton.get_active():
1842 if not checkbutton.get_active():
1854 if not checkbutton.get_active():
1861 if not checkbutton.get_active() == True:
1869 if not checkbutton.get_active():
1877 if not checkbutton.get_active() == True:
2397 def show_mislabeled_files(self, checkbutton, *args): argument
[all …]
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1102 checkbutton = (label[:1] == '!')
1103 if checkbutton:
1109 if checkbutton:
/external/python/cpython3/Lib/idlelib/
Deditor.py1177 checkbutton = (label[:1] == '!')
1178 if checkbutton:
1184 if checkbutton:
/external/python/cpython2/Doc/library/
Dtix.rst334 similarly to the Tk checkbutton or radiobutton widgets, except it is capable of
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst322 similarly to the Tk checkbutton or radiobutton widgets, except it is capable of