Hi,
I am looking for a radio button for options, one where only one choice can be selected at any time, (have not found one). Since I am in the middle of development it is not a burning issue at this time (I am choosing after getting the options). Is there one an I am missing it or do I need to subclass the BooleanListOption? Thanks.
You can use Glade to lay out your interface (including Radio Buttons)
The SuperTool used Glade to layout its interface. It has a dialog with set of 3 radio buttons followed by 4 checkboxes. So it is a reasonable sample to look at.
The HTree add has an example of adding Radio Buttons to a context submenu without having used Glade:
Thanks, will look at that.
1 Like