]> git.saurik.com Git - wxWidgets.git/commitdiff
Return variant type of a cell.
authorRobert Roebling <robert@roebling.de>
Thu, 23 Feb 2006 03:09:27 +0000 (03:09 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 23 Feb 2006 03:09:27 +0000 (03:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataview.h

index 01d160213f68e7ae1e5ecf5ec2f8283dd144b787..42da39cab3115f5ff8f9b520a0f50a2b75838d08 100644 (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;