Method

GtkToolPaletteget_expand

since: 2.20

Declaration [src]

gboolean
gtk_tool_palette_get_expand (
  GtkToolPalette* palette,
  GtkToolItemGroup* group
)

Description [src]

Gets whether group should be given extra space. See gtk_tool_palette_set_expand().

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.

Return value

Type: gboolean

TRUE if group should be given extra space, FALSE otherwise.