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

Lines Matching full:slaves

1355         of the slaves will determine the size of this widget. If no argument
1365 """Return a list of all slaves of this widget
1369 self.tk.call('pack', 'slaves', self._w)))
1370 slaves = pack_slaves
1373 """Return a list of all slaves of this widget
1378 'place', 'slaves', self._w)))
1455 of the slaves will determine the size of this widget. If no argument
1477 """Return a list of all slaves of this widget
1486 ('grid', 'slaves', self._w) + args)))
1961 slaves = pack_slaves = Misc.pack_slaves
2005 slaves = place_slaves = Misc.place_slaves
2052 slaves = grid_slaves = Misc.grid_slaves