Can anyone tell me if there is a way to create a radio box such that NO radio button is chosen by default?
If I dont set a default, the first radio button in the box is selected, if I try to set a default to a non-existent index (like -1) I get a wxWidgets assertion failure.