projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d11c7
)
Oops, added the wrong new methods
author
Robin Dunn
<robin@alldunn.com>
Sat, 9 Apr 2005 20:16:16 +0000
(20:16 +0000)
committer
Robin 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
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/src/_vscroll.i
b/wxPython/src/_vscroll.i
index f62371a5c264dc190a6e4ca7d84ff3772ec6ab7f..e833ef77b6ec79e1676e9f7f03f68631c1a48a83 100644
(file)
--- a/
wxPython/src/_vscroll.i
+++ b/
wxPython/src/_vscroll.i
@@
-189,10
+189,10
@@
public:
size_t GetLineCount() const;
// get the first currently visible line
- size_t Get
FirstVisibleLine
() const;
+ size_t Get
VisibleBegin
() const;
// get the last currently visible line
- size_t Get
LastVisibleLine
() const;
+ size_t Get
VisibleEnd
() const;
// is this line currently visible?
bool IsVisible(size_t line) const;