Radio button grouping with glade

glade, gtk2hs

Solution

Follow these steps:

- select the desired radio button

- click the ... button near the Group entry

- Choose a Radio Button in this project dialog

- select the desired row in Objects list

- click the radio button at the left side of the row (it will be check)

- press OK button

Problem

I am programming a GUI in Haskell using the editor Glade with the gtk2hs bindings. Currently I am failing miserably at grouping the radio buttons. It will not let me select the group name. Can someone help?

Original source