From 6090c7d32899b6f62f19f0642a7050d81d28d260 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 23 Feb 2006 03:09:27 +0000 Subject: [PATCH] Return variant type of a cell. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dataview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/dataview.h b/include/wx/dataview.h index 01d160213f..42da39cab3 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -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; -- 2.50.0