Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:subwidget

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):
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 the
580 listbox subwidget.
582 Subwidget Class
627 Subwidget Class
659 Subwidget Class
681 Subwidget Class
704 Subwidget Class
720 Subwidget Class
801 Subwidget Class
815 def apply_filter(self): # name of subwidget is same as command
1093 frame subwidget and manage them inside the frame subwidget.
1113 choosing the name of the desired page in the hlist subwidget."""
1117 # Is this necessary? It's not an exposed subwidget in Tix.
1129 return self.subwidget(name)
1136 ret.append(self.subwidget(x))
1175 return self.subwidget(name)
1182 ret.append(self.subwidget(x))
1198 Subwidget Class
1265 return [self.subwidget(x) for x in names]
1783 scrollbars according to the canvas objects inside the canvas subwidget.