Tkinter.Pack

class Tkinter.Pack[source]

Geometry manager Pack.

Base class to use the methods pack_* in every widget.

Methods

config([cnf]) Pack a widget in the parent widget.
configure([cnf]) Pack a widget in the parent widget.
forget() Unmap this widget and do not use it for the packing order.
info() Return information about the packing options for this widget.
pack([cnf]) Pack a widget in the parent widget.
pack_configure([cnf]) Pack a widget in the parent widget.
pack_forget() Unmap this widget and do not use it for the packing order.
pack_info() Return information about the packing options for this widget.
pack_propagate([flag]) Set or get the status for propagation of geometry information.
pack_slaves() Return a list of all slaves of this widget in its packing order.
propagate([flag]) Set or get the status for propagation of geometry information.
slaves() Return a list of all slaves of this widget in its packing order.