Added wxDataViewCustomCell.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -136,13 +136,11 @@ public:
|
||||
virtual bool BeginEdit() { return true; }
|
||||
virtual bool EndEdit() { return true; }
|
||||
|
||||
virtual bool Render( wxRect cell, wxRect exposed, wxDC *dc, int state ) { return true; }
|
||||
wxString GetVariantType() { return m_variantType; }
|
||||
|
||||
void SetOwner( wxDataViewColumn *owner ) { m_owner = owner; }
|
||||
wxDataViewColumn* GetOwner() { return m_owner; }
|
||||
|
||||
wxString GetVariantType() { return m_variantType; }
|
||||
|
||||
protected:
|
||||
wxDataViewCellMode m_mode;
|
||||
wxString m_variantType;
|
||||
|
||||
Reference in New Issue
Block a user