DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2010 Version: 2.0-feature OK, I explained this badly. There are two issues: 1, making a tooltip copy the string, so you don't have to keep track of it is nice. But it is also not very diffigult to query the current tooltip, free it, then create a new tooltip. Not a big deal though. The second issue is a problem that can arise if you continously change tooltips around. It is time consuming and may fragment memory by constantly allocating and deallocating memory, just in case the user may need a tooltip. It would be neat to get a TOOLTIP event just before an actual tooltip would be displayed, so I can allocate a ew string just once, when it is actually shown. Link: http://www.fltk.org/str.php?L2010 Version: 2.0-feature _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
