I have a Option Menu which contains 8 pushbuttons. The pushbuttons each have their XmNsensitive = True however when ran the 8 pushbuttons are grayed out. What could be preventing the buttons from being accessible?
Thanks!
Questions about motif? Contact us
I have a Option Menu which contains 8 pushbuttons. The pushbuttons each have their XmNsensitive = True however when ran the 8 pushbuttons are grayed out. What could be preventing the buttons from being accessible?
Thanks!
Could you provide some test demonstration your issue?
Thanks!
This issue has been resolved. setSenistive was being applied on the wrong widgets.
Thank you.