GtkCheckMenuItem::set_draw_as_radio

void set_draw_as_radio(bool draw_as_radio);

Displays the check menu item like a radio menu item if the value of draw_as_radio is TRUE. If draw_as_radio is FALSE the check menu item is displayed as normal (check box).

See also: get_draw_as_radio()