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

  /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 716 milliseconds