Method

AdwToggleGroupget_active

Declaration [src]

guint
adw_toggle_group_get_active (
  AdwToggleGroup* self
)

Description [src]

Gets the index of the active toggle in self.

Returns GTK_INVALID_LIST_POSITION if no toggle is active.

Available since:1.7
Gets propertyAdw.ToggleGroup:active

Return value

Returns: guint
 

The active toggle index.