Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dtkx11vnc2164 checkbutton $fl.bk -pady 1 -font $ffont -anchor w -variable vl_bk \
2166 checkbutton $fl.bm -font $ffont -anchor w -variable vl_bm \
2168 checkbutton $fl.bb -font $ffont -anchor w -variable vl_bb \
2170 checkbutton $fl.bc -font $ffont -anchor w -variable vl_bc \
2172 checkbutton $fl.bf -font $ffont -anchor w -variable vl_bf \
2175 checkbutton $fr.bk -font $ffont -anchor w -variable vr_bk \
2177 checkbutton $fr.bm -font $ffont -anchor w -variable vr_bm \
2179 checkbutton $fr.bb -font $ffont -anchor w -variable vr_bb \
2181 checkbutton $fr.bc -font $ffont -anchor w -variable vr_bc \
2183 checkbutton $fr.bf -font $ffont -anchor w -variable vr_bf \
[all …]
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py1804 def on_disable_ptrace(self, checkbutton): argument
1806 update_buffer = "boolean -m -%d deny_ptrace" % checkbutton.get_active()
1814 def on_show_modified_only(self, checkbutton): argument
1824 if not checkbutton.get_active():
1833 if not checkbutton.get_active():
1845 if not checkbutton.get_active():
1852 if not checkbutton.get_active() == True:
1860 if not checkbutton.get_active():
1868 if not checkbutton.get_active() == True:
2385 def show_mislabeled_files(self, checkbutton, *args): argument
[all …]