Method
GtkToolPaletteset_exclusive
since: 2.20
Declaration [src]
void
gtk_tool_palette_set_exclusive (
GtkToolPalette* palette,
GtkToolItemGroup* group,
gboolean exclusive
)
Description [src]
Sets whether the group should be exclusive or not. If an exclusive group is expanded all other groups are collapsed.
Available since: 2.20
Parameters
group
-
Type:
GtkToolItemGroup
A
GtkToolItemGroup
which is a child of palette.The data is owned by the caller of the method. exclusive
-
Type:
gboolean
Whether the group should be exclusive or not.