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

Methods

Back   Next   

 Methods

place(option=value, ...), place_configure(option=value, ...)

Place the widget as described by the options (see below).

place_forget()

Remove the widget. The widget is not destroyed, and can be displayed again by place or any other manager.

place_info() => dictionary

Return a dictionary containing the current options.

place_slaves() => list

Returns a list of the "slave" widgets managed by this widget. The widgets are returned as Tkinter widget references.

Back   Next