Gtk.ActionGroup.prototype.get_visible
function get_visible():Boolean {
// Gjs wrapper for gtk_action_group_get_visible()
}Returns true if the group is visible. The constituent actions can only be logically visible (see Gtk.Action.prototype.is_visible) if they are visible (see Gtk.Action.prototype.get_visible) and their group is visible.
Since 2.4
- Returns
true if the group is visible.