diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-14 16:49:38 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-14 16:49:38 +0000 |
| commit | e136d5e1454d406ac458f5503bdb6b4a76f03232 (patch) | |
| tree | 75fa297ba180eb97b06493c68e243ee66bdc8bf9 /FL/Fl_File_Input.H | |
| parent | 1aecada52cd42120137dda305c263fde27518352 (diff) | |
More FL_EXPORT fun...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2584 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_File_Input.H')
| -rw-r--r-- | FL/Fl_File_Input.H | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 0cd4123e9..99e268b5a 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_File_Input.H,v 1.1.2.1 2002/04/30 21:50:16 easysw Exp $" +// "$Id: Fl_File_Input.H,v 1.1.2.2 2002/08/14 16:49:38 easysw Exp $" // // File_Input header file for the Fast Light Tool Kit (FLTK). // @@ -30,7 +30,7 @@ # include <FL/Fl_Input.H> -class Fl_File_Input : public Fl_Input +class FL_EXPORT Fl_File_Input : public Fl_Input { Fl_Color errorcolor_; char ok_entry_; @@ -44,17 +44,17 @@ class Fl_File_Input : public Fl_Input public: - FL_EXPORT Fl_File_Input(int,int,int,int,const char *t=0); + Fl_File_Input(int,int,int,int,const char *t=0); - FL_EXPORT virtual int handle(int); - FL_EXPORT virtual void draw(); + virtual int handle(int); + virtual void draw(); Fl_Boxtype down_box() const { return (Fl_Boxtype)down_box_; } void down_box(Fl_Boxtype b) { down_box_ = b; } Fl_Color errorcolor() const { return errorcolor_; } void errorcolor(Fl_Color c) { errorcolor_ = c; } - FL_EXPORT int value(const char*); - FL_EXPORT int value(const char*, int); + int value(const char*); + int value(const char*, int); const char *value() { return Fl_Input_::value(); } }; @@ -62,5 +62,5 @@ public: // -// End of "$Id: Fl_File_Input.H,v 1.1.2.1 2002/04/30 21:50:16 easysw Exp $". +// End of "$Id: Fl_File_Input.H,v 1.1.2.2 2002/08/14 16:49:38 easysw Exp $". // |
