]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_vscroll.i
Only Freeze/Thaw on wxMSW. The other ports don't need it.
[wxWidgets.git] / 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;