Method
GtkToolPaletteget_exclusive
since: 2.20
Declaration [src]
gboolean
gtk_tool_palette_get_exclusive (
GtkToolPalette* palette,
GtkToolItemGroup* group
)
Description [src]
Gets whether group
is exclusive or not.
See gtk_tool_palette_set_exclusive().
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.