PanelDock

The #PanelDock is a widget designed to contain widgets that can be docked. Use the #PanelDock as the top widget of your dockable UI.

A #PanelDock is divided in 5 areas: panel.types.Area.Top, panel.types.Area.Bottom, panel.types.Area.Start, panel.types.Area.End represent the surrounding areas that can revealed. panel.types.Area.Center represent the main area, that is always displayed and resized depending on the reveal state of the surrounding areas.

It will contain a #PanelDockChild for each of the areas in use, albeit this is done by the widget.

struct PanelDock {}

Members

Variables

parentInstance
GtkWidget parentInstance;