]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
Commented out call that breaks metal style setting before Create
[wxWidgets.git] / include / wx / dataview.h
index 211edc757762c770d19bd775e157ef81800afab9..2e47397f53f715b71bf7b2a4bf193780038b11f2 100644 (file)
@@ -219,7 +219,8 @@ public:
     virtual bool GetValue( wxVariant &value )       { return true; }
     virtual bool Validate( wxVariant &value )       { return true; }
     
-    wxString GetVariantType()   { return m_variantType; }
+    wxString GetVariantType()       { return m_variantType; }
+    wxDataViewCellMode GetMode()    { return m_mode; }
     
     void SetOwner( wxDataViewColumn *owner )    { m_owner = owner; }
     wxDataViewColumn* GetOwner()                { return m_owner; }