pack_configure(self, cnf={}, **kw)Pack a widget in the parent widget. Use as options:
after=widget - pack it after you have packed widgetanchor=NSEW (or subset)- position widget according to given directionbefore=widget - pack it before you will pack widgetexpand=bool- expand widget if parent size growsfill=NONE or X or Y or BOTH - fill widget if widget growsin=master - use master to contain this widgetin_=master - see 'in' option descriptionipadx=amount - add internal padding in x directionipady=amount - add internal padding in y directionpadx=amount - add padding in x directionpady=amount - add padding in y directionside=TOP or BOTTOM or LEFT or RIGHT - where to add this widget.