diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-15 04:41:16 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-15 04:41:16 +0000 |
| commit | aa88761194fd54f89d66ddf8fd90865d7ebae805 (patch) | |
| tree | 0ccd51ae2c0f74f1a61e7ec46c27bf23f08e8022 /FL | |
| parent | 29019ade40831dab5549a21fd0b1fd35ce9d51aa (diff) | |
Add clear() method to Fl_Scroll so that the scrollbars don't get deleted.
(STR #75)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3032 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Scroll.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index 1ae93ef56..1e3168713 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Scroll.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $" +// "$Id: Fl_Scroll.H,v 1.5.2.3.2.4 2003/06/15 04:41:16 easysw Exp $" // // Scroll header file for the Fast Light Tool Kit (FLTK). // @@ -67,10 +67,11 @@ public: int xposition() const {return xposition_;} int yposition() const {return yposition_;} void position(int, int); + void clear(); }; #endif // -// End of "$Id: Fl_Scroll.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $". +// End of "$Id: Fl_Scroll.H,v 1.5.2.3.2.4 2003/06/15 04:41:16 easysw Exp $". // |
