diff options
Diffstat (limited to 'documentation/Fl_File_Chooser.html')
| -rw-r--r-- | documentation/Fl_File_Chooser.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html index a38e945da..0e1db01af 100644 --- a/documentation/Fl_File_Chooser.html +++ b/documentation/Fl_File_Chooser.html @@ -59,9 +59,11 @@ above. The <CODE>pathname</CODE> argument can be a directory name or a complete file name (in which case the corresponding file is highlighted in the list and in the filename input field.) -<P>The <CODE>pattern</CODE> argument can be a <CODE>NULL</CODE> string or -<CODE>"*"</CODE> to list all files. See the FLTK documentation on -<CODE>filename_match()</CODE> for other kinds of patterns. +<P>The <CODE>pattern</CODE> argument can be a <CODE>NULL</CODE> +string or <CODE>"*"</CODE> to list all files. See the FLTK +documentation on <A +HREF="functions.html#fl_filename_match"><CODE>fl_filename_match()</CODE></A> +for other kinds of patterns. <P>The <CODE>type</CODE> argument can be one of the following: |
