diff options
Diffstat (limited to 'FL/Fl_File_Input.H')
| -rw-r--r-- | FL/Fl_File_Input.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 6422b5bf1..48b1faca7 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -68,8 +68,11 @@ public: Fl_File_Input(int X, int Y, int W, int H, const char *L=0); virtual int handle(int event); + +protected: virtual void draw(); +public: /** Gets the box type used for the navigation bar. */ Fl_Boxtype down_box() const { return (Fl_Boxtype)down_box_; } /** Sets the box type to use for the navigation bar. */ |
