Method
Gtk ToggleToolButtonset_active
since: 2.4
Declaration [src]
void
gtk_toggle_tool_button_set_active(
GtkToggleToolButton*button,
gbooleanis_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
Sets property
Gtk.ToggleToolButton:active Parameters
is_active-
Type:
gbooleanWhether
buttonshould be active.