Oops, added the wrong new methods
authorRobin Dunn <robin@alldunn.com>
Sat, 9 Apr 2005 20:16:16 +0000 (20:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 9 Apr 2005 20:16:16 +0000 (20:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_vscroll.i

index f62371a5c264dc190a6e4ca7d84ff3772ec6ab7f..e833ef77b6ec79e1676e9f7f03f68631c1a48a83 100644 (file)
@@ -189,10 +189,10 @@ public:
     size_t GetLineCount() const;
 
     // get the first currently visible line
-    size_t GetFirstVisibleLine() const;
+    size_t GetVisibleBegin() const;
 
     // get the last currently visible line
-    size_t GetLastVisibleLine() const;
+    size_t GetVisibleEnd() const;
 
     // is this line currently visible?
     bool IsVisible(size_t line) const;