GtkCellRendererToggle::set_radio

void set_radio(bool radio);

Sets the style of the toggle button. If radio is true, the cell renderer renders a radio toggle. If false, it renders a check toggle.

See also: get_radio()