DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2834 Version: 1.3-feature Is it even necesary to change the draw() method? Fl_Widget's draw() method is virtual and public, so I imagine that since Fl_Help_View derives from Fl_Widget you could just cast your pointer to an Fl_Widget* and then call draw() on that. Conceivably that might work for the handle method also? It seems to be virtual in Fl_Widget too... Any use as a non-ABI-breaking workaround? Link: http://www.fltk.org/str.php?L2834 Version: 1.3-feature _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
