ActionGroup.getVisible

Warning gtk_action_group_get_visible is deprecated and should not be used in newly-written code. 3.10 Returns TRUE if the group is visible. The constituent actions can only be logically visible (see gtk_action_is_visible()) if they are visible (see gtk_action_get_visible()) and their group is visible. Since 2.4

class ActionGroup
int
getVisible
()

Return Value

Type: int

TRUE if the group is visible.

Meta