Method

GtkToolItemget_text_size_group

since: 2.20

Declaration [src]

GtkSizeGroup*
gtk_tool_item_get_text_size_group (
  GtkToolItem* tool_item
)

Description [src]

Returns the size group used for labels in tool_item. Custom subclasses of GtkToolItem should call this function and use the size group for labels.

Available since: 2.20

Return value

Type: GtkSizeGroup

A GtkSizeGroup.

The returned data is owned by the instance.