Method

GtkToggleToolButtonget_active

since: 2.4

Declaration [src]

gboolean
gtk_toggle_tool_button_get_active (
  GtkToggleToolButton* button
)

Description [src]

Queries a GtkToggleToolButton and returns its current state. Returns TRUE if the toggle button is pressed in and FALSE if it is raised.

Available since: 2.4

Return value

Type: gboolean

TRUE if the toggle tool button is pressed in, FALSE if not.