On Jul 3, 2007, at 8:00 PM, Stan wrote: > *In fact, I don't see why setting a button's "when" condition > to FL_WHEN_CHANGED would be anything but a no-op. Does a > button change?
If you set FL_WHEN_CHANGED for a button, you will get a callback whenever the user changes the button without clicking it. For example, your callback will be called on a mouse-down event in a button, instead of the mouse-up, as it would normally be. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

