GtkToggleButton::set_active

void set_active(bool is_active);

Sets the button's active state (pressed or not). 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.

See also: get_active() , active