diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 13:35:47 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-04 14:49:27 +0100 |
| commit | b6de09cff2465db3c0a6e6a013b825462bc9a0e7 (patch) | |
| tree | 23725f27cc08e314f3c5d15d1c47c3f3b24b7588 /src/Fl_File_Chooser2.cxx | |
| parent | 240465626604ed9a7f7b2cb997ab4dffd419eabc (diff) | |
Re-enable nested (aka recursive) common dialogs (STR 3242, #282)
Apply Fl_Dialog_r10831.patch as given in STR 3242:
https://www.fltk.org/strfiles/3242/Fl_Dialog_r10831.patch
Reformat, add missing pieces, rename private members, cleanup...
Improve documentation, add fl_choice_n() (issue #282)
New methods fl_input_str() and fl_password_str() return Fl_String
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 736a2f95c..363adf721 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -21,8 +21,11 @@ // *** BEGIN OUT OF SOURCE DOCUMENTATION *** -/** \defgroup group_comdlg Common Dialogs classes and functions - @{ +/** \defgroup group_comdlg Common Dialog Classes and Functions + + \brief Common dialog functions for file selection, message output, and more. + + @{ */ /** \class Fl_File_Chooser The Fl_File_Chooser widget displays a standard file selection |
