Searched refs:slaves (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py1285 of the slaves will determine the size of this widget. If no argument
1295 """Return a list of all slaves of this widget
1299 self.tk.call('pack', 'slaves', self._w)))
1300 slaves = pack_slaves variable in class:Misc
1303 """Return a list of all slaves of this widget
1308 'place', 'slaves', self._w)))
1383 of the slaves will determine the size of this widget. If no argument
1405 """Return a list of all slaves of this widget
1414 ('grid', 'slaves', self._w) + args)))
1889 slaves
[all...]
H A DTix.py270 def slaves(self): member in class:Form
274 'tixForm', 'slaves', self._w)))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py1285 of the slaves will determine the size of this widget. If no argument
1295 """Return a list of all slaves of this widget
1299 self.tk.call('pack', 'slaves', self._w)))
1300 slaves = pack_slaves variable in class:Misc
1303 """Return a list of all slaves of this widget
1308 'place', 'slaves', self._w)))
1383 of the slaves will determine the size of this widget. If no argument
1405 """Return a list of all slaves of this widget
1414 ('grid', 'slaves', self._w) + args)))
1889 slaves
[all...]
H A DTix.py270 def slaves(self): member in class:Form
274 'tixForm', 'slaves', self._w)))

Completed in 45 milliseconds