How to prevent auto-selection of radio buttons
问题 When adding an instance of the Gtk# RadioButton class to a GUI, it is automatically checked ("activated") as the first member of its radio button group. For Gtk , this has been discussed to some extent in another question, with the main point of the selected answer being that users expect one radio button to be selected at all times . I do not dispute that. However, I am automatically generating my user interface in a way so each radio button is linked to a data model, but none of the radio