Method

GtkToolItemset_homogeneous

since: 2.4

Declaration [src]

void
gtk_tool_item_set_homogeneous (
  GtkToolItem* tool_item,
  gboolean homogeneous
)

Description [src]

Sets whether tool_item is to be allocated the same size as other homogeneous items. The effect is that all homogeneous items will have the same width as the widest of the items.

Available since: 2.4

Parameters

homogeneous

Type: gboolean

Whether tool_item is the same size as other homogeneous items.