/external/python/cpython2/Demo/tix/samples/ |
ComboBox.py | 30 # [Hint] We set the label.width subwidget option of both comboboxes to 41 # [Hint] Use the padY and anchor options of the label subwidget to 42 # align the label with the entry subwidget.
|
SHList2.py | 50 # >> Notice that we have set the hlist.header subwidget option to true 101 # Let configure the appearance of the HList subwidget
|
PopMenu.py | 31 # [Hint] You have to manipulate the "menu" subwidget.
|
SHList1.py | 64 # Let configure the appearance of the HList subwidget
|
Control.py | 49 # [Hint] We set the label.width subwidget option of the Controls to
|
NoteBook.py | 36 # subwidget.
|
/external/python/cpython2/Lib/lib-tk/ |
Tix.py | 325 # Dictionary to hold subwidget names for easier access. We can't 331 # do w.ok['text'] = 'Hello' rather than w.subwidget('ok')['text'] = 'Hello' 344 def subwidget(self, name): member in class:TixWidget 345 """Return the named subwidget (which must have been created by 349 raise TclError, "Subwidget " + name + " not child of " + self._name 370 """Get a subwidget name (returns a String, not a Widget !)""" 372 return self.tk.call(self._w, 'subwidget', name) 420 """Subwidget class. 526 Subwidget Class 571 choice by either typing in the entry subwidget or selecting from th [all...] |
/external/python/cpython3/Lib/tkinter/ |
tix.py | 317 # Dictionary to hold subwidget names for easier access. We can't 323 # do w.ok['text'] = 'Hello' rather than w.subwidget('ok')['text'] = 'Hello' 336 def subwidget(self, name): member in class:TixWidget 337 """Return the named subwidget (which must have been created by 341 raise TclError("Subwidget " + name + " not child of " + self._name) 362 """Get a subwidget name (returns a String, not a Widget !)""" 364 return self.tk.call(self._w, 'subwidget', name) 412 """Subwidget class. 520 Subwidget Class 565 choice by either typing in the entry subwidget or selecting from th [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tix.py | 328 # Dictionary to hold subwidget names for easier access. We can't 334 # do w.ok['text'] = 'Hello' rather than w.subwidget('ok')['text'] = 'Hello' 347 def subwidget(self, name): member in class:TixWidget 348 """Return the named subwidget (which must have been created by 352 raise TclError, "Subwidget " + name + " not child of " + self._name 373 """Get a subwidget name (returns a String, not a Widget !)""" 375 return self.tk.call(self._w, 'subwidget', name) 423 """Subwidget class. 534 Subwidget Class 579 choice by either typing in the entry subwidget or selecting from th [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tix.py | 328 # Dictionary to hold subwidget names for easier access. We can't 334 # do w.ok['text'] = 'Hello' rather than w.subwidget('ok')['text'] = 'Hello' 347 def subwidget(self, name): member in class:TixWidget 348 """Return the named subwidget (which must have been created by 352 raise TclError, "Subwidget " + name + " not child of " + self._name 373 """Get a subwidget name (returns a String, not a Widget !)""" 375 return self.tk.call(self._w, 'subwidget', name) 423 """Subwidget class. 534 Subwidget Class 579 choice by either typing in the entry subwidget or selecting from th [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 328 # Dictionary to hold subwidget names for easier access. We can't 334 # do w.ok['text'] = 'Hello' rather than w.subwidget('ok')['text'] = 'Hello' 347 def subwidget(self, name): member in class:TixWidget 348 """Return the named subwidget (which must have been created by 352 raise TclError, "Subwidget " + name + " not child of " + self._name 373 """Get a subwidget name (returns a String, not a Widget !)""" 375 return self.tk.call(self._w, 'subwidget', name) 423 """Subwidget class. 534 Subwidget Class 579 choice by either typing in the entry subwidget or selecting from th [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 328 # Dictionary to hold subwidget names for easier access. We can't 334 # do w.ok['text'] = 'Hello' rather than w.subwidget('ok')['text'] = 'Hello' 347 def subwidget(self, name): member in class:TixWidget 348 """Return the named subwidget (which must have been created by 352 raise TclError, "Subwidget " + name + " not child of " + self._name 373 """Get a subwidget name (returns a String, not a Widget !)""" 375 return self.tk.call(self._w, 'subwidget', name) 423 """Subwidget class. 534 Subwidget Class 579 choice by either typing in the entry subwidget or selecting from th [all...] |
/external/python/cpython2/Doc/library/ |
tix.rst | 130 choice by either typing in the entry subwidget or selecting from the listbox 131 subwidget. 167 :attr:`frame` subwidget and manage them inside the :attr:`frame` subwidget. 410 the desired page in the :attr:`hlist` subwidget.
|
/external/python/cpython3/Doc/library/ |
tkinter.tix.rst | 129 choice by either typing in the entry subwidget or selecting from the listbox 130 subwidget. 166 :attr:`frame` subwidget and manage them inside the :attr:`frame` subwidget. 409 the desired page in the :attr:`hlist` subwidget.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
tktools.py | 38 subwidget but before letting the user interact.
|
/external/python/cpython2/Tools/webchecker/ |
tktools.py | 38 subwidget but before letting the user interact.
|