Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Class Gnome.DockItem

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Bin Gnome.DockItem
Inherit Bin

inherit GTK1.Bin : Bin


Method create

Gnome.DockItem Gnome.DockItem(string name, int behavior)

Description

Create a new GnomeDockItem named name, with the specified behavior. Gnome.DockItemBehExclusive specifies that the dock item is always the only one in its band. Gnome.DockItemBehNeverFloating specifies that users cannot detach the dock item from the dock. Gnome.DockItemBehNeverVertical specifies that the dock item must be kept horizontal, and users cannot move it to a vertical band. Gnome.DockItemBehNeverHorizontal specifies that the dock item must be kept horizontal, and users cannot move it to a vertical band. Gnome.DockItemBehLocked specifies that users cannot drag the item around.