Method

GtkActionget_visible

deprecated: 3.10 since: 2.4

Declaration [src]

gboolean
gtk_action_get_visible (
  GtkAction* action
)

Description [src]

Returns whether the action itself is visible. Note that this doesn’t necessarily mean effective visibility. See gtk_action_is_sensitive() for that.

Available since: 2.4

Deprecated since: 3.10

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

Gets propertyGtk.Action:visible

Return value

Type: gboolean

TRUE if the action itself is visible.