Tkinter.Place

class Tkinter.Place[source]

Geometry manager Place.

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

Methods

config([cnf]) Place a widget in the parent widget.
configure([cnf]) Place a widget in the parent widget.
forget() Unmap this widget.
info() Return information about the placing options for this widget.
place([cnf]) Place a widget in the parent widget.
place_configure([cnf]) Place a widget in the parent widget.
place_forget() Unmap this widget.
place_info() Return information about the placing options for this widget.
place_slaves() Return a list of all slaves of this widget in its packing order.
slaves() Return a list of all slaves of this widget in its packing order.