Dock


Object Hierarchy:

Object hierarchy for Dock

Description:

[ CCode ( type_id = "panel_dock_get_type ()" ) ]
public class Dock : Widget, Accessible, Buildable, ConstraintTarget

The Dock is a widget designed to contain widgets that can be docked.

Use the Dock as the top widget of your dockable UI.

A Dock is divided in 5 areas: panel_area_top, panel_area_bottom, panel_area_start, panel_area_end represent the surrounding areas that can revealed. panel_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.


Namespace: Panel
Package: libpanel-1

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class Gtk.Widget