Me: >>>> I've never really needed to handle command line arguments in FLTK >>>> before because there's always been some menu option or config file. >>>> I was pleasantly surprised at how easy it is once you've managed >>>> to grok the docs, and decided to post this simple example.
> Now I suppose I should really complete the job properly and look at > tidying up and improving the Fl::arg[s] docs too... Done. Moved the standard FLTK switches info into Fl::arg(), removed the duplication about return values from Fl::args(), and added the missing docs for the "second form" Fl::args(argc,argv). Note: only available for 1.3.x in subversion at the moment. D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

