Action.getVisible

Warning gtk_action_get_visible has been deprecated since version 3.10 and should not be used in newly-written code. Use GAction instead, and control and monitor the state of GtkActionable widgets directly Returns whether the action itself is visible. Note that this doesn't necessarily mean effective visibility. See gtk_action_is_sensitive() for that. Since 2.4

class Action
int
getVisible
()

Return Value

Type: int

TRUE if the action itself is visible.

Meta