HomeSort by relevance Sort by last modified time
    Searched refs:subwidget (Results 1 - 6 of 6) sorted by null

  /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...]

Completed in 681 milliseconds