Last updated: Sun, 12 May 2013 view this page in English
GtkToggleButton::set_mode
void set_mode(bool draw_indicator);
Sets whether the button is displayed as a separate indicator and label.
You can call this function on a checkbutton or a radiobutton with
draw_indicator = false to make the button look like
a normal button.