Method

GtkActionGroupget_visible

deprecated: 3.10 since: 2.4

Declaration [src]

gboolean
gtk_action_group_get_visible (
  GtkActionGroup* action_group
)

Description [src]

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.

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Return value

Type: gboolean

TRUE if the group is visible.