diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-15 11:10:51 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-15 11:10:51 +0000 |
| commit | 8701883e54d4e7e842d4cb27c17019c03cd33f55 (patch) | |
| tree | ef86259413498fce96df97ea1decedc7e30515a6 /FL/Fl_File_Input.H | |
| parent | b9ca1333769f87c029430a9d14a7a9937d400f93 (diff) | |
Doxygen documentation WP9 Done.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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; } |
