Action.isVisible

Warning gtk_action_is_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 is effectively visible. Since 2.4

class Action
int
isVisible
()

Return Value

Type: int

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

Meta