Method
GtkToolItemGroupset_label_widget
since: 2.20
Declaration [src]
void
gtk_tool_item_group_set_label_widget (
GtkToolItemGroup* group,
GtkWidget* label_widget
)
Description [src]
Sets the label of the tool item group. The label widget is displayed in the header of the group, in place of the usual label.
Available since: 2.20
Sets property | Gtk.ToolItemGroup:label-widget |
Parameters
label_widget
-
Type:
GtkWidget
The widget to be displayed in place of the usual label.
The data is owned by the caller of the method.