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
This commit is contained in:
Matthias Melcher 2010-11-14 16:07:20 +00:00
parent 917e5991db
commit b43c11939e

View File

@ -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_) {