diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-03-25 21:08:42 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-03-25 21:08:42 +0000 |
| commit | 6c796f88c7459fa4262f936dc9c7c02fa01e95e7 (patch) | |
| tree | 9f1d5d4e8e4f4f709f11f3c95701c14e41a3483c /documentation/Fl_File_Chooser.html | |
| parent | d7f353ddd120228a1a4444ff0dec2146de7cd980 (diff) | |
Rename all remaining functions that don't start with fl_ to
fl_foo. (filename_xyz becomes fl_filename_xyz, down becomes
fl_down, define_FL_PLASTIC_BOX becomes fl_define_FL_PLASTIC_BOX,
etc.)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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: |
