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:
parent
c5d11c71d7
commit
3366115620
@ -189,10 +189,10 @@ public:
|
|||||||
size_t GetLineCount() const;
|
size_t GetLineCount() const;
|
||||||
|
|
||||||
// get the first currently visible line
|
// get the first currently visible line
|
||||||
size_t GetFirstVisibleLine() const;
|
size_t GetVisibleBegin() const;
|
||||||
|
|
||||||
// get the last currently visible line
|
// get the last currently visible line
|
||||||
size_t GetLastVisibleLine() const;
|
size_t GetVisibleEnd() const;
|
||||||
|
|
||||||
// is this line currently visible?
|
// is this line currently visible?
|
||||||
bool IsVisible(size_t line) const;
|
bool IsVisible(size_t line) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user