Lines Matching refs:pack
14 or Grid. These managers can be called with methods place, pack, grid
25 frame.pack(fill=BOTH,expand=1)
27 label.pack(fill=X, expand=1)
29 button.pack(side=BOTTOM)
1741 'pack', 'propagate', self._w))
1743 self.tk.call('pack', 'propagate', self._w, flag)
1752 self.tk.call('pack', 'slaves', self._w))]
2413 # pack/place/grid methods are defined on the Widget class, and
2415 # ...), with pack(), place() and grid() being short for
2438 after=widget - pack it after you have packed widget
2441 before=widget - pack it before you will pack widget
2453 ('pack', 'configure', self._w)
2456 pack = configure = config = pack_configure
2460 self.tk.call('pack', 'forget', self._w)
2467 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
4626 label.pack()
4630 test.pack()
4633 quit.pack()