summaryrefslogtreecommitdiff
path: root/FL/Fl_Browser.H
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-04-05 18:53:35 +0000
committerAaron M. Ucko <ucko@debian.org>2005-04-05 18:53:35 +0000
commitae97e6788bb99e7ec192f555742be372138f91a1 (patch)
tree42601ef72ae21f9300142802c86d6986cec8d779 /FL/Fl_Browser.H
parent150dee4ea4136f463cec680e9db1d53f7133232a (diff)
Load fltk-1.1.4rc2 into branches/upstream/current.
Diffstat (limited to 'FL/Fl_Browser.H')
-rw-r--r--FL/Fl_Browser.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H
index c18ce22..f910173 100644
--- a/FL/Fl_Browser.H
+++ b/FL/Fl_Browser.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Browser.H,v 1.8.2.7.2.4 2003/01/30 21:38:41 easysw Exp $"
+// "$Id: Fl_Browser.H,v 1.8.2.7.2.5 2003/06/15 04:47:27 easysw Exp $"
//
// Browser header file for the Fast Light Tool Kit (FLTK).
//
@@ -75,7 +75,8 @@ public:
void clear();
int size() const {return lines;}
-
+ void size(int W, int H) { Fl_Widget::size(W, H); }
+
int topline() const ;
enum Fl_Line_Position { TOP, BOTTOM, MIDDLE };
void lineposition(int, Fl_Line_Position);
@@ -123,5 +124,5 @@ public:
#endif
//
-// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.4 2003/01/30 21:38:41 easysw Exp $".
+// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.5 2003/06/15 04:47:27 easysw Exp $".
//