Compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
#include "wx/textctrl.h"
|
#include "wx/textctrl.h"
|
||||||
#include "wx/bitmap.h"
|
#include "wx/bitmap.h"
|
||||||
|
#include "wx/variant.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxDataViewCtrl flags
|
// wxDataViewCtrl flags
|
||||||
@@ -61,7 +62,7 @@ public:
|
|||||||
virtual bool RowChanged( size_t row ) = 0;
|
virtual bool RowChanged( size_t row ) = 0;
|
||||||
virtual bool ValueChanged( size_t row, size_t col ) = 0;
|
virtual bool ValueChanged( size_t row, size_t col ) = 0;
|
||||||
virtual bool Cleared() = 0;
|
virtual bool Cleared() = 0;
|
||||||
}
|
};
|
||||||
|
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
// wxDataViewListModel
|
// wxDataViewListModel
|
||||||
|
@@ -52,7 +52,7 @@ public:
|
|||||||
|
|
||||||
virtual bool AppendStringColumn( const wxString &label );
|
virtual bool AppendStringColumn( const wxString &label );
|
||||||
|
|
||||||
virtual bool AssociateModel( wxDataViewStore *model );
|
virtual bool AssociateModel( wxDataViewModel *model );
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user