libs-gui
libs-gui copied to clipboard
NSRadio button 10.7 behavior is not implemented in GNUstep
The behavior described here is not implemented in GNUtstep.
https://stackoverflow.com/questions/61243478/assign-radio-group-to-radio-buttons
I have created the following test:
https://github.com/gcasa/NSRadio_test
Steps to recreate:
- in Xcode on a mac create a new application
- Add two radio buttons in the same view
- Connect them to the same actions
- Build it on gs using buildtool
- test
Expected: Radio buttons should behave properly Actual: Radio buttons do not behave correctly