Implement rest of MSW's wxDataViewCtrl's native column reordering

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-12-28 23:07:30 +00:00
parent a5b4330420
commit fc8c1a15b2
2 changed files with 32 additions and 4 deletions

View File

@@ -469,6 +469,9 @@ public: // utility functions not part of the API
return GetClientSize().GetWidth() / GetColumnCount();
}
// called by header window after reorder
void ColumnMoved( wxDataViewColumn* col, unsigned int new_pos );
// updates the header window after a change in a column setting
void OnColumnChange();