DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2275 Version: 1.3-current The arrays in FL/names.h need docs and examples, eg: ---- snip #include <FL/names.h> : int SomeWidget::handle(int e) { printf("Event %d is %s\n", e, fl_eventnames[e]); : } ---- snip Possibly too, a new function should be added that does the equivalent, eg. something like: const char *fl_event_name(int e); Besides being documented in the 'Functions' section, there should probably be a reference made in the section on 'Events'. Link: http://www.fltk.org/str.php?L2275 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
