Home | History | Annotate | Download | only in tkinter

Lines Matching full:slaves

1506         of the slaves will determine the size of this widget. If no argument
1516 """Return a list of all slaves of this widget
1520 self.tk.call('pack', 'slaves', self._w))]
1521 slaves = pack_slaves
1524 """Return a list of all slaves of this widget
1529 'place', 'slaves', self._w))]
1612 of the slaves will determine the size of this widget. If no argument
1634 """Return a list of all slaves of this widget
1643 ('grid', 'slaves', self._w) + args))]
2152 slaves = pack_slaves = Misc.pack_slaves
2196 slaves = place_slaves = Misc.place_slaves
2243 slaves = grid_slaves = Misc.grid_slaves