Method

GtkToolItemset_visible_vertical

since: 2.4

Declaration [src]

void
gtk_tool_item_set_visible_vertical (
  GtkToolItem* tool_item,
  gboolean visible_vertical
)

Description [src]

Sets whether tool_item is visible when the toolbar is docked vertically. Some tool items, such as text entries, are too wide to be useful on a vertically docked toolbar. If visible_vertical is FALSE tool_item will not appear on toolbars that are docked vertically.

Available since: 2.4

Parameters

visible_vertical

Type: gboolean

Whether tool_item is visible when the toolbar is in vertical mode.