pythonware.com products ::: library ::: search ::: daily Python-URL!
   

Options

Back    Next   

 Options

The following options can be used with the pack and pack_configure methods:

Table 35-1. Pack Manager Options

Option Type Description
side constant Specifies which side to pack the widget against. To pack widgets vertically, use TOP (default). To pack widgets horizontally, use LEFT.
fill constant Specifies whether the widget should occupy all the space given to it by the master. Use X, Y, or BOTH.
expand flag Specifies whether the widgets should expand to fill extra space.
in (in_) widget Pack widget inside the given widget. Use in_ since in is reserved in Python.

Back    Next