summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-03 18:46:57 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-03 18:46:57 +0000
commit03b112773d646fec27265fb21ee9feea671b6fef (patch)
tree773f6b64e3f9b60a6142b67697e8ab85f30e4edb /FL
parent5994addecaf731a9468b77a4d3bb4e93def7a6e7 (diff)
File chooser cleanup (use fl_ok and fl_cancel for translated label
strings) Remove fl_file_chooser_cb() function, which is not needed with the new Fl_FileChooser dialog and related widgets. List directories first, in boldface. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1548 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_FileChooser.H2
-rw-r--r--FL/fl_file_chooser.H5
2 files changed, 3 insertions, 4 deletions
diff --git a/FL/Fl_FileChooser.H b/FL/Fl_FileChooser.H
index bef45d128..5e594111c 100644
--- a/FL/Fl_FileChooser.H
+++ b/FL/Fl_FileChooser.H
@@ -10,9 +10,9 @@
#include <FL/Fl_FileBrowser.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Return_Button.H>
+#include <FL/fl_ask.H>
#include <FL/Fl_Input.H>
#include <FL/Fl_Choice.H>
-#include <FL/fl_ask.H>
class Fl_FileChooser {
public:
diff --git a/FL/fl_file_chooser.H b/FL/fl_file_chooser.H
index aa079975f..d7068d416 100644
--- a/FL/fl_file_chooser.H
+++ b/FL/fl_file_chooser.H
@@ -1,5 +1,5 @@
//
-// "$Id: fl_file_chooser.H,v 1.5.2.3 2001/01/22 15:13:38 easysw Exp $"
+// "$Id: fl_file_chooser.H,v 1.5.2.3.2.1 2001/08/03 18:46:57 easysw Exp $"
//
// File chooser header file for the Fast Light Tool Kit (FLTK).
//
@@ -29,10 +29,9 @@
#include "Enumerations.H"
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 *));
#endif
//
-// End of "$Id: fl_file_chooser.H,v 1.5.2.3 2001/01/22 15:13:38 easysw Exp $".
+// End of "$Id: fl_file_chooser.H,v 1.5.2.3.2.1 2001/08/03 18:46:57 easysw Exp $".
//