![]() |
![]() |
![]() |
GNOME Docking Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct GdlDockItemGrip; GtkWidget * gdl_dock_item_grip_new (GdlDockItem *item
); void gdl_dock_item_grip_set_label (GdlDockItemGrip *grip
,GtkWidget *label
); void gdl_dock_item_grip_show_handle (GdlDockItemGrip *grip
); void gdl_dock_item_grip_hide_handle (GdlDockItemGrip *grip
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GdlDockItemGrip
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.
|
The dock item that will "own" this grip widget. |
Returns : |
The newly created dock item grip widget. |
void gdl_dock_item_grip_set_label (GdlDockItemGrip *grip
,GtkWidget *label
);
Replaces the current label widget with another widget.
|
The grip that will get it's label widget set. |
|
The widget that will become the label. |
void gdl_dock_item_grip_show_handle (GdlDockItemGrip *grip
);
This function shows the dock item's grip widget handle hatching.
|
The dock item grip to show the handle of. |
void gdl_dock_item_grip_hide_handle (GdlDockItemGrip *grip
);
This function hides the dock item's grip widget handle hatching.
|
The dock item grip to hide the handle of. |