]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
Allow using socket from both wxBase and wxCore (adopting to changes from r50831)
[wxWidgets.git] / include / wx / generic / dataview.h
index 7bf0e396d8e5366d1a3fe6dc39e902660a6d15fe..51faf5f7c2de4d49212efb8dd90b90bb3f6ca1e8 100644 (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();