Method

GtkActionset_visible

deprecated: 3.10 since: 2.6

Declaration [src]

void
gtk_action_set_visible (
  GtkAction* action,
  gboolean visible
)

Description [src]

Sets the :visible property of the action to visible. Note that this doesn’t necessarily mean effective visibility. See gtk_action_is_visible() for that.

Available since: 2.6

Deprecated since: 3.10

Use GAction instead, and control and monitor the state of GtkActionable widgets directly.

Sets propertyGtk.Action:visible

Parameters

visible

Type: gboolean

TRUE to make the action visible.