Introduce ABI shims for wxListCtrl column ordering functions
This way it is easier to add the functions later on without breaking ABI.
This commit is contained in:
committed by
Vadim Zeitlin
parent
e0ef3830c1
commit
797bc2c087
@@ -60,14 +60,14 @@ public:
|
||||
|
||||
|
||||
// Gets the column order from its index or index from its order
|
||||
int GetColumnOrder(int col) const;
|
||||
int GetColumnIndexFromOrder(int order) const;
|
||||
int GetColumnOrder(int col) const wxOVERRIDE;
|
||||
int GetColumnIndexFromOrder(int order) const wxOVERRIDE;
|
||||
|
||||
// Gets the column order for all columns
|
||||
wxArrayInt GetColumnsOrder() const;
|
||||
wxArrayInt GetColumnsOrder() const wxOVERRIDE;
|
||||
|
||||
// Sets the column order for all columns
|
||||
bool SetColumnsOrder(const wxArrayInt& orders);
|
||||
bool SetColumnsOrder(const wxArrayInt& orders) wxOVERRIDE;
|
||||
|
||||
|
||||
// Gets the number of items that can fit vertically in the
|
||||
|
Reference in New Issue
Block a user