diff options
Diffstat (limited to 'FL/Fl_File_Input.H')
| -rw-r--r-- | FL/Fl_File_Input.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 1d4a561fd..61b94e4de 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -51,7 +51,9 @@ public: virtual int handle(int); virtual void draw(); + /** Gets or sets the box type to use for the navigation bar. */ Fl_Boxtype down_box() const { return (Fl_Boxtype)down_box_; } + /** Gets or sets the box type to use for the navigation bar. */ void down_box(Fl_Boxtype b) { down_box_ = b; } Fl_Color errorcolor() const { return errorcolor_; } void errorcolor(Fl_Color c) { errorcolor_ = c; } |
