git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37657
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/control.h"
#include "wx/textctrl.h"
#include "wx/bitmap.h"
+#include "wx/variant.h"
// ----------------------------------------------------------------------------
// wxDataViewCtrl flags
virtual bool RowChanged( size_t row ) = 0;
virtual bool ValueChanged( size_t row, size_t col ) = 0;
virtual bool Cleared() = 0;
-}
+};
// ---------------------------------------------------------
// wxDataViewListModel
virtual bool AppendStringColumn( const wxString &label );
- virtual bool AssociateModel( wxDataViewStore *model );
+ virtual bool AssociateModel( wxDataViewModel *model );
private: