Author: matt
Date: 2010-11-14 08:07:20 -0800 (Sun, 14 Nov 2010)
New Revision: 7829
Log:
Added a little bit of docs for Fl::option()

Modified:
   branches/branch-1.3/src/Fl.cxx

Modified: branches/branch-1.3/src/Fl.cxx
===================================================================
--- branches/branch-1.3/src/Fl.cxx      2010-11-14 15:57:49 UTC (rev 7828)
+++ branches/branch-1.3/src/Fl.cxx      2010-11-14 16:07:20 UTC (rev 7829)
@@ -1739,6 +1739,19 @@
 }
 
 
+/**
+ \brief User interface options management.
+ 
+ This function needs to be documented in more detail. It can be used for more
+ optional settings, such as using a native file chooser instead of the FLTK one
+ wherever possible, disabeling tooltips, disabeling visible focus, disabeling 
+ FLTK file chooser preview, etc. .
+ 
+ There should be a command line option interface.
+ 
+ There should be an application that manages options system wide, per user, and
+ per application.
+ */ 
 bool Fl::option(Fl_Option o)
 {
   if (!options_read_) {

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to