From b6de09cff2465db3c0a6e6a013b825462bc9a0e7 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 4 Dec 2021 13:35:47 +0100 Subject: 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 --- src/Fl_File_Chooser2.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Fl_File_Chooser2.cxx') 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 -- cgit v1.2.3