Method

GtkToolItemset_expand

since: 2.4

Declaration [src]

void
gtk_tool_item_set_expand (
  GtkToolItem* tool_item,
  gboolean expand
)

Description [src]

Sets whether tool_item is allocated extra space when there is more room on the toolbar then needed for the items. The effect is that the item gets bigger when the toolbar gets bigger and smaller when the toolbar gets smaller.

Available since: 2.4

Parameters

expand

Type: gboolean

Whether tool_item is allocated extra space.