DockItem


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public DockItem (string name, string long_name, DockItemBehavior behavior)

Creates a new dock item widget.

Parameters:

name

Unique name for identifying the dock object.

long_name

Human readable name for the dock object.

behavior

General behavior for the dock item (i.e. whether it can float, if it's locked, etc.), as specified by DockItemBehavior flags.

Returns:

The newly created dock item grip widget.