Home
last modified time | relevance | path

Searched refs:onvalue (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Tools/audiopy/
Daudiopy171 onvalue=SPEAKER,
185 onvalue=HEADPHONE,
198 onvalue=LINE_OUT,
316 def __getset(self, var, onvalue): argument
317 if var.get() == onvalue:
320 var.set(onvalue)
/external/python/cpython3/Tools/pynche/
DDetailsViewer.py97 onvalue=4, offvalue=0)
104 onvalue=2, offvalue=0)
111 onvalue=1, offvalue=0)
/external/python/cpython2/Tools/pynche/
DDetailsViewer.py97 onvalue=4, offvalue=0)
104 onvalue=2, offvalue=0)
111 onvalue=1, offvalue=0)
/external/python/cpython3/Tools/demo/
Dredemo.py89 offvalue=0, onvalue=val,
/external/python/cpython2/Tools/scripts/
Dredemo.py89 offvalue=0, onvalue=val,
/external/python/cpython2/Lib/idlelib/
DkeybindingDialog.py89 text=label,variable=variable,onvalue=modifier,offvalue='')
DconfigDialog.py144 frameFontParam, variable=self.fontBold, onvalue=1,
1343 onvalue='True', offvalue='False',
/external/python/cpython3/Lib/idlelib/
Dconfig_key.py138 variable=variable, onvalue=modifier, offvalue='')
Dquery.py365 restart = Checkbutton(frame, variable=self.restartvar, onvalue=True,
Dconfigdialog.py383 onvalue='True', offvalue='False', width=8
563 onvalue=1, offvalue=0, text='Bold')
/external/python/cpython2/Demo/tkinter/guido/
DAttrDialog.py55 onvalue=1,
/external/python/cpython2/Tools/webchecker/
Dwcgui.py422 offvalue="", onvalue=name, variable=v,
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py1186 m1.add_checkbutton(variable=v1, onvalue=True, offvalue=False,
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1275 m1.add_checkbutton(variable=v1, onvalue=True, offvalue=False,
/external/python/cpython2/Doc/library/
Dtkinter.rst536 options are ``variable``, ``textvariable``, ``onvalue``, ``offvalue``, and
/external/python/cpython3/Doc/library/
Dtkinter.rst525 options are ``variable``, ``textvariable``, ``onvalue``, ``offvalue``, and