summaryrefslogtreecommitdiff
path: root/FL/Fl_File_Chooser.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-02 15:24:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-02 15:24:34 +0000
commitb010bc55c4ed22e8cbede27d5fe56b0ea843aef2 (patch)
treedc767f9aef3a543a13231da1769edf173a03d9d4 /FL/Fl_File_Chooser.H
parente80eb3ebeb1db95d10b044b0519b166b5143b1ea (diff)
Add sort function to file chooser.
Document sort function and label strings for chooser. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2179 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_File_Chooser.H')
-rw-r--r--FL/Fl_File_Chooser.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index b778587a1..18b9a4473 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -83,6 +83,7 @@ public:
static const char *directory_label;
static const char *filename_label;
static const char *filter_label;
+ static Fl_File_Sort_F *sort;
};
extern FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname,int relative=0);
extern FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname,int relative=0);