diff options
Diffstat (limited to 'doc/fl_file_chooser.html')
-rw-r--r-- | doc/fl_file_chooser.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/fl_file_chooser.html b/doc/fl_file_chooser.html index f43989d..06dab72 100644 --- a/doc/fl_file_chooser.html +++ b/doc/fl_file_chooser.html @@ -295,7 +295,10 @@ procedure Set_Show_Label <td><pre> static Fl_File_Sort_F * sort = fl_numericsort; </pre></td> -<td>TBA</td> +<td><pre> +Sort_Method : not null FLTK.Filenames.Compare_Function := + FLTK.Filenames.Numeric_Sort'Access; +</pre></td> </tr> </table> @@ -687,14 +690,14 @@ procedure Set_Chooser_Kind <td><pre> void * user_data() const; </pre></td> -<td> </td> +<td>Not used in public API.</td> </tr> <tr> <td><pre> void user_data(void *d); </pre></td> -<td> </td> +<td>Not used in public API.</td> </tr> <tr> |