diff options
| author | Greg Ercolano <erco@seriss.com> | 2023-12-06 12:14:45 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2023-12-06 12:14:45 -0800 |
| commit | 2571f2011147379d8c21795b86dcaf62f3a96ee6 (patch) | |
| tree | d3cda8e73d4adf1554d159b4f43fd3d570920db1 /src/Fl_File_Chooser2.cxx | |
| parent | 18ccbb4a4f68a5e974757701ce2553ebe9688ac4 (diff) | |
Solve issue 856: manolo's parameter names
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 5175f61d8..94aed5f79 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -148,7 +148,7 @@ */ /** @} */ -/** \fn Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int type, const char *title) +/** \fn Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int type_val, const char *title) The constructor creates the Fl_File_Chooser dialog shown. - The \p pathname argument can be a directory name or a @@ -171,7 +171,7 @@ See the FLTK documentation on fl_filename_match() for the kinds of pattern strings that are supported. - - The \p type argument can be one of the Fl_File_Chooser::Type values. + - The \p type_val argument can be one of the Fl_File_Chooser::Type values. - The \p title argument is used to set the title bar text for the Fl_File_Chooser window. |
