summaryrefslogtreecommitdiff
path: root/FL/Fl_File_Chooser.H
diff options
context:
space:
mode:
authoryuri <yuri>2008-05-01 18:56:12 +0000
committeryuri <yuri>2008-05-01 18:56:12 +0000
commitc04f2f8bff6ca31d8d4858584b6dbf585c66164f (patch)
treeb80a584a276ad50a424564c3b8554a42171385ea /FL/Fl_File_Chooser.H
parent1488c10f7e7964473d299485b0a04145f6db4b17 (diff)
fix Fl_Font and Fl_Font_Size types in Fl_File_Chooser.fl file
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6122 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_File_Chooser.H')
-rw-r--r--FL/Fl_File_Chooser.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index 0659f55d0..97c3aecbb 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0108
+// generated by Fast Light User Interface Designer (fluid) version 1.0300
#ifndef Fl_File_Chooser_H
#define Fl_File_Chooser_H
@@ -175,6 +175,11 @@ public:
static const char *save_label;
static const char *show_label;
static Fl_File_Sort_F *sort;
+private:
+ Fl_Widget* ext_group;
+ bool ext_managed;
+public:
+ Fl_Widget* add_extra(Fl_Widget* gr);
};
FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname,int relative=0);
FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname,int relative=0);