Method

GtkToggleToolButtonset_active

since: 2.4

Declaration [src]

void
gtk_toggle_tool_button_set_active (
  GtkToggleToolButton* button,
  gboolean is_active
)

Description [src]

Sets the status of the toggle tool button. Set to TRUE if you want the GtkToggleButton to be “pressed in”, and FALSE to raise it. This action causes the toggled signal to be emitted.

Available since: 2.4

Parameters

is_active

Type: gboolean

Whether button should be active.