From b43c11939e687d6b80413e70c97f6bf8df9d5227 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 14 Nov 2010 16:07:20 +0000 Subject: [PATCH] Added a little bit of docs for Fl::option() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7829 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/Fl.cxx b/src/Fl.cxx index b855f487f..5f62480ef 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1739,6 +1739,19 @@ void Fl::clear_widget_pointer(Fl_Widget const *w) } +/** + \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_) {