diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-11-14 16:07:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-11-14 16:07:20 +0000 |
| commit | b43c11939e687d6b80413e70c97f6bf8df9d5227 (patch) | |
| tree | 895401cb4573235069ab7d20ed017f7d7b61f5b2 | |
| parent | 917e5991db9d12f7428e4f8869b94dcfd1e104ef (diff) | |
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
| -rw-r--r-- | src/Fl.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
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_) { |
