diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-08 17:11:45 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-08 17:11:45 +0000 |
| commit | f6a1e8ca404dfd3bfc796d457beed17c7d3ccea8 (patch) | |
| tree | b2efa31a47a95b62a3fd8762201d312f0c414eae /FL | |
| parent | 3ab1a28754ac1621f1966d0000af2939aea8bc34 (diff) | |
Leave more space for filename label in file chooser.
1.1.4 release.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index c1b3b7bd0..bfdf4e0ba 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -1,9 +1,9 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0103 +// generated by Fast Light User Interface Designer (fluid) version 1.0104 #ifndef Fl_File_Chooser_H #define Fl_File_Chooser_H #include <FL/Fl.H> -#include <FL/Fl_Window.H> +#include <FL/Fl_Double_Window.H> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -43,9 +43,9 @@ private: public: Fl_File_Chooser(const char *d, const char *p, int t, const char *title); private: - Fl_Window *window; - inline void cb_window_i(Fl_Window*, void*); - static void cb_window(Fl_Window*, void*); + Fl_Double_Window *window; + inline void cb_window_i(Fl_Double_Window*, void*); + static void cb_window(Fl_Double_Window*, void*); Fl_Choice *showChoice; inline void cb_showChoice_i(Fl_Choice*, void*); static void cb_showChoice(Fl_Choice*, void*); @@ -76,7 +76,7 @@ private: static void cb_okButton(Fl_Return_Button*, void*); inline void cb_Cancel_i(Fl_Button*, void*); static void cb_Cancel(Fl_Button*, void*); - Fl_Window *favWindow; + Fl_Double_Window *favWindow; Fl_File_Browser *favList; inline void cb_favList_i(Fl_File_Browser*, void*); static void cb_favList(Fl_File_Browser*, void*); |
