Method

GtkActionset_visible_horizontal

deprecated: 3.10 since: 2.16

Declaration [src]

void
gtk_action_set_visible_horizontal (
  GtkAction* action,
  gboolean visible_horizontal
)

Description [src]

Sets whether action is visible when horizontal.

Available since: 2.16

Deprecated since: 3.10

Use GAction instead, and control and monitor the visibility of associated widgets and menu items directly.

Parameters

visible_horizontal

Type: gboolean

Whether the action is visible horizontally.