diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 17:37:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 17:37:06 +0000 |
| commit | 74bb2305cbcaca5016a07f2e0b369d25bc3c98a5 (patch) | |
| tree | 13d26af11e760e78396fe2a689a6c4caa39b96a5 /src/Fl_File_Chooser.cxx | |
| parent | f5f0d8a013ef84df176604357b20eff933ed6abe (diff) | |
Fl_File_Chooser.H and fl_file_chooser.H need to be the same...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1622 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser.cxx')
| -rw-r--r-- | src/Fl_File_Chooser.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index 2f17dda52..51183ce6c 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -261,3 +261,6 @@ int Fl_File_Chooser::type() { int Fl_File_Chooser::visible() { return window->visible(); } +FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname); +FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname); +FL_EXPORT void fl_file_chooser_callback(void (*cb)(const char*)); |
