etk.DockFrame

class etk.docking.DockFrame

Bases: gtk.Bin

The etk.DockFrame widget is a gtk.Bin that acts as the toplevel widget for a dock layout hierarchy.

set_placeholder(placeholder)

Set a new placeholder widget on the frame. The placeholder is drawn on top of the dock items.

If a new placeholder is set, an existing placeholder is destroyed.

Previous topic

etk.docking - PyGTK Docking Widgets

Next topic

etk.DockPaned

This Page