MacArthur, Ian (SELEX GALILEO, UK) wrote:

> Yes, get it. What I often do is assign all the buttons in a radio group
> the same callback, and then, in the callback, identify which button
> triggered the cb, update the others accordingly and do the actions...
> Not ideal maybe, but I think it gets you to where you want to go?

True enough. My complaint is that, radio buttons don't provide the same 
functionality to programmer as they do to the gui. As you noted, I have 
to basically duplicate the radio widget behavior in my code, which sucks.
Craig
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to