mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user