Home
last modified time | relevance | path

Searched refs:checkbutton (Results 1 – 4 of 4) 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.py1813 def on_disable_ptrace(self, checkbutton): argument
1815 update_buffer = "boolean -m -%d deny_ptrace" % checkbutton.get_active()
1823 def on_show_modified_only(self, checkbutton): argument
1834 if not checkbutton.get_active():
1843 if not checkbutton.get_active():
1855 if not checkbutton.get_active():
1862 if not checkbutton.get_active() == True:
1870 if not checkbutton.get_active():
1878 if not checkbutton.get_active() == True:
2395 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/cpython2/Doc/library/
Dtix.rst334 similarly to the Tk checkbutton or radiobutton widgets, except it is capable of