On Jul 2, 2007, at 2:41 PM, Alvin wrote: > Is there a way to force a tooltip to be drawn?
You could set Fl_Tooltip::delay(float) to a really short time. You could then use the FL_ENTER and FL_LEAVE events to set the tooltip delay back to normal. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

