Return variant type of a cell.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-02-23 03:09:27 +00:00
parent 7b4fde8255
commit 6090c7d328

View File

@@ -137,6 +137,8 @@ public:
void SetOwner( wxDataViewColumn *owner ) { m_owner = owner; }
wxDataViewColumn* GetOwner() { return m_owner; }
wxString GetVariantType() { return m_variantType; }
private:
wxDataViewCellMode m_mode;
wxString m_variantType;