diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-02 11:11:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-02 11:11:01 +0000 |
| commit | a237472c70abda43511b988a519f9672d37dc652 (patch) | |
| tree | 0ecd052f262d37e47e2d300a0d53faed0f0b55eb /documentation/migration.html | |
| parent | 540739e6d79a9a3fa77deef3c326993da9b3dc07 (diff) | |
Update fl_filename_list() to accept a sort function to use, and export
fl_alphasort, fl_casealphasort, fl_casenumericsort, and fl_numericsort.
Still need to document this and provide hooks in the file chooser and
browsers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/migration.html')
| -rw-r--r-- | documentation/migration.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/migration.html b/documentation/migration.html index e95fc54fd..68a03357f 100644 --- a/documentation/migration.html +++ b/documentation/migration.html @@ -88,6 +88,10 @@ the old and new function names:</P> <TD>inactive()</TD> <TD>fl_inactive()</TD> </TR> +<TR> + <TD>numericsort()</TD> + <TD>fl_numericsort()</TD> +</TR> </TABLE></CENTER> <H2>Image Support</H2> |
