Alex wrote: > ... > Personally I would prefer all lowercase filename, no caps at all. But > that's me. > > I don't know if this has been addressed in V.2, since I'm only using > 1.1.7, but I find it slightly annoying.
(This is documented in the CMP - http://www.fltk.org/cmp.php) For 1.1.x, the convention is lowercase for function headers and uppercase for class headers. The extension will always be .H, but we also install symlinks to .h so that upper and lowercase filenames will work. For 2.0.x, the convention is lowercase for function headers and uppercase for class headers, with .h for the extension. -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com Internet Printing and Publishing Software http://www.easysw.com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

