Greg wrote: > what is the doxygen equivalent of the old 1.1.x "Function Reference"? > > Things like fl_beep(), fl_color() and fl_show_colormap() were all > in a giant alphabetical list: > http://fltk.org/doc-1.1/functions.html#functions > ..which indexed to where the definitions could be found. > > Where is one supposed to know about such functions now in 1.3.x docs?
Under the HTML generated pages anyway, if you click on the Modules tab at the top of the page you will get to a list of "groups" for related items, but no single alphabetical list. Unfortunately it looks like fl_show_colormap() doesn't have an entry. I hope to be able to spend some time on FLTK again shortly and will try to make sure that all functions from the old Function Reference page appear somewhere in the doxygen generated HTML pages... Cheers Duncan _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
