Add wxListCtrlBase::GetItemCount() pure virtual
No real changes, just ensure that all derived classes implement this method (which already was the case).
This commit is contained in:
@@ -378,6 +378,9 @@ public:
|
||||
virtual bool DeleteColumn(int col) = 0;
|
||||
virtual bool DeleteAllColumns() = 0;
|
||||
|
||||
// Return the current number of items.
|
||||
virtual int GetItemCount() const = 0;
|
||||
|
||||
// Return the current number of columns.
|
||||
virtual int GetColumnCount() const = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user