]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
Playing with wxgrid, adding optionnally native columns labels
[wxWidgets.git] / include / wx / dataview.h
index c4d58749374a037bf27ceb3ed6b91d05dc586f9f..4cd43d485668b08b5da2a7c8b9eecdd8dd0b1e39 100644 (file)
@@ -245,8 +245,10 @@ public:
     void RowInserted( unsigned int before );
     void RowAppended();
     void RowDeleted( unsigned int row );
+    void RowsDeleted( const wxArrayInt &rows );
     void RowChanged( unsigned int row );
     void RowValueChanged( unsigned int row, unsigned int col );
+    void Reset( unsigned int new_size );
 
     // convert to/from row/wxDataViewItem