On Sep 6, 2007, at 12:15 PM, Zaphod Beeblebrox wrote: > Are these facts in agreement with the intended behaviour of the > mouse cursor in fltk? Is there any way to ulimately force a > fl_cursor to all windows and widgets of a fltk-based app?
Yes, that can happen. I suggest that you write your own handle function and use FL_ENTER and FL_LEAVE to set or reset the cursor shape. I have been twiddeling with this for days quite a while ago, but could not find a solution that works well under any circumstances on every platform. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

