On Mar 23, 2010, at 1:36 AM, Albrecht Schlosser wrote: > ... > Hmm, that's problematic as well, because we have a "default callback" > that enters a widget in the Fl::readqueue() that is used in some > internal functions [1]. Would this action() method be called before > or after entering the widget into the queue? Or would it be better to > use virtual int action() that returns 1 if the action was taken, and > if so, the widget wouldn't be entered into the default callback queue?
Or the default implementation of action() could call do_callback(), which does the default callback stuff (IIRC)? ________________________________________ Michael Sweet, Easy Software Products
_______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
