no changes, just refactoring: extracted the code to update the column indices array when the number of columns changes to the common code to be able to reuse it from the MSW version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,6 +140,11 @@ protected:
|
||||
// columns in the control changes
|
||||
virtual void OnColumnCountChanging(unsigned int WXUNUSED(count)) { }
|
||||
|
||||
|
||||
// helper function for the derived classes: update the array of column
|
||||
// indices after the number of columns changed
|
||||
void DoResizeColumnIndices(wxArrayInt& colIndices, unsigned int count);
|
||||
|
||||
private:
|
||||
// methods implementing our public API and defined in platform-specific
|
||||
// implementations
|
||||
|
Reference in New Issue
Block a user