X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6af3eec22295e49c7f8d95efad9a9daf1376f162..71cf399ff0f1ddb966b48e512b0fb4e690f5c440:/include/wx/dataview.h diff --git a/include/wx/dataview.h b/include/wx/dataview.h index c4d5874937..4cd43d4856 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -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