From 03b112773d646fec27265fb21ee9feea671b6fef Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 3 Aug 2001 18:46:57 +0000 Subject: 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 --- FL/Fl_FileChooser.H | 2 +- FL/fl_file_chooser.H | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'FL') 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 #include #include +#include #include #include -#include 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 $". // -- cgit v1.2.3