Lines Matching defs:slaves
1736 of the slaves will determine the size of this widget. If no argument
1748 """Return a list of all slaves of this widget
1752 self.tk.call('pack', 'slaves', self._w))]
1754 slaves = pack_slaves
1758 """Return a list of all slaves of this widget
1763 'place', 'slaves', self._w))]
1854 of the slaves will determine the size of this widget. If no argument
1881 """Return a list of all slaves of this widget
1890 ('grid', 'slaves', self._w) + args))]
2474 slaves = pack_slaves = Misc.pack_slaves
2525 slaves = place_slaves = Misc.place_slaves
2580 slaves = grid_slaves = Misc.grid_slaves