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

Lines Matching refs:slaves

1285         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
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 = pack_slaves = Misc.pack_slaves
1939 slaves = place_slaves = Misc.place_slaves
1992 slaves = grid_slaves = Misc.grid_slaves