Method

GtkActionis_visible

deprecated: 3.10 since: 2.4

Declaration [src]

gboolean
gtk_action_is_visible (
  GtkAction* action
)

Description [src]

Returns whether the action is effectively visible.

Available since: 2.4

Deprecated since: 3.10

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

Return value

Type: gboolean

TRUE if the action and its associated action group are both visible.