Oops, added the wrong new methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-04-09 20:16:16 +00:00
parent c5d11c71d7
commit 3366115620

View 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;