Method

GtkToggleButtonget_active

Declaration [src]

gboolean
gtk_toggle_button_get_active (
  GtkToggleButton* toggle_button
)

Description [src]

Queries a GtkToggleButton and returns its current state.

Returns TRUE if the toggle button is pressed in and FALSE if it is raised.

Return value

Type: gboolean

Whether the button is pressed.