From 2571f2011147379d8c21795b86dcaf62f3a96ee6 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 6 Dec 2023 12:14:45 -0800 Subject: Solve issue 856: manolo's parameter names --- src/Fl_File_Chooser2.cxx | 4 ++-- 1 file changed, 2 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 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. -- cgit v1.2.3