Add wxListCtrl::IsVisible()

Allow checking if the given item is (at least partially) visible on
screen.

Closes https://github.com/wxWidgets/wxWidgets/pull/1444

Closes #9949.
This commit is contained in:
oneeyeman1
2019-08-04 20:09:03 -05:00
committed by Vadim Zeitlin
parent 3bb74df215
commit 43c519e04f
8 changed files with 73 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ public:
bool EndEditLabel(bool cancel);
wxTextCtrl* GetEditControl() const;
bool IsVisible(long item) const wxOVERRIDE;
void Edit( long item ) { EditLabel(item); }
bool EnsureVisible( long item );