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
@@ -399,6 +399,14 @@ public:
|
||||
virtual int GetColumnWidth(int col) const = 0;
|
||||
virtual bool SetColumnWidth(int col, int width) = 0;
|
||||
|
||||
// Column ordering functions
|
||||
virtual int GetColumnOrder(int col) const = 0;
|
||||
virtual int GetColumnIndexFromOrder(int order) const = 0;
|
||||
|
||||
virtual wxArrayInt GetColumnsOrder() const = 0;
|
||||
virtual bool SetColumnsOrder(const wxArrayInt& orders) = 0;
|
||||
|
||||
|
||||
// Other miscellaneous accessors.
|
||||
// ------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user