DockItem.with_pixbuf_icon


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "3.3.2" ) ]
public DockItem.with_pixbuf_icon (string name, string long_name, Pixbuf pixbuf_icon, DockItemBehavior behavior)

Creates a new dock item grip widget with a given pixbuf icon.

Parameters:

name

Unique name for identifying the dock object.

long_name

Human readable name for the dock object.

pixbuf_icon

Pixbuf icon 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.