Top |
GtkWidget * | gdl_dock_item_grip_new () |
void | gdl_dock_item_grip_set_label () |
void | gdl_dock_item_grip_show_handle () |
void | gdl_dock_item_grip_hide_handle () |
This widget contains an area where the user can click to drag the dock item and two buttons. The first button allows to iconify the dock item. The second one allows to close the dock item.
GtkWidget *
gdl_dock_item_grip_new (GdlDockItem *item
);
Creates a new GDL dock item grip object.
void gdl_dock_item_grip_set_label (GdlDockItemGrip *grip
,GtkWidget *label
);
Replaces the current label widget with another widget.
void
gdl_dock_item_grip_show_handle (GdlDockItemGrip *grip
);
This function shows the dock item's grip widget handle hatching.
void
gdl_dock_item_grip_hide_handle (GdlDockItemGrip *grip
);
This function hides the dock item's grip widget handle hatching.
“item”
property“item” GdlDockItem *
Dockitem which 'owns' this grip.
Owner: GdlDockItemGrip
Flags: Write / Construct Only