Add wxListBox::GetTopItem() and GetCountPerPage()
Implement these methods for all the major ports, add them to the widgets sample and documentation. Closes #17189.
This commit is contained in:
committed by
Vadim Zeitlin
parent
256f644861
commit
6a01623a80
@@ -95,6 +95,9 @@ public:
|
||||
|
||||
virtual void EnsureVisible(int n);
|
||||
|
||||
virtual int GetTopItem() const;
|
||||
virtual int GetCountPerPage() const;
|
||||
|
||||
// ownerdrawn wxListBox and wxCheckListBox support
|
||||
#if wxUSE_OWNER_DRAWN
|
||||
// override base class virtuals
|
||||
|
Reference in New Issue
Block a user