]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
More work on getting wxLisBox events right
[wxWidgets.git] / include / wx / dataview.h
index f185c94c931874c331a2b3e2ed623529ad47bf1d..39ab01c92fadd93d178a9ffe983bf579b594b20a 100644 (file)
@@ -478,6 +478,7 @@ public:
         : m_text(text), m_icon(icon)
     { }
     wxDataViewIconText( const wxDataViewIconText &other )
+        : wxObject()
     { m_icon = other.m_icon; m_text = other.m_text; }
 
     void SetText( const wxString &text ) { m_text = text; }
@@ -697,6 +698,7 @@ public:
 
 
     virtual bool PrependColumn( wxDataViewColumn *col );
+    virtual bool InsertColumn( unsigned int pos, wxDataViewColumn *col );
     virtual bool AppendColumn( wxDataViewColumn *col );
 
     virtual unsigned int GetColumnCount() const = 0;