tom wrote: > Ideally, I'd like the button to ignore subsequent clicks while the function > is still being computed. > Any ideas how I might accomplish this?
deactivate() the button would be the common thing to do.
That 'grays it out' until you activate() it again when the function's
done.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

