]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datavcmn.cpp
ignore bakefile-generated test.dsw too
[wxWidgets.git] / src / common / datavcmn.cpp
index 684c4bea297eb4b1829f6ffeadc6c1fafd2e5d8d..f8f5154fa29e1aba0be610690944d2089c118bc0 100644 (file)
 const wxChar wxDataViewCtrlNameStr[] = wxT("dataviewCtrl");
 
 
+bool operator == (const wxDataViewItem &left, const wxDataViewItem &right)
+{
+    return (left.GetID() == right.GetID() );
+}
+
+
 // ---------------------------------------------------------
-// wxDataViewListModel
+// wxDataViewModel
 // ---------------------------------------------------------
 
 wxDataViewModel::wxDataViewModel()
@@ -372,6 +378,8 @@ wxDataViewCtrlBase::wxDataViewCtrlBase()
     m_model = NULL;
     m_cols.DeleteContents( true );
     m_eventNotifier = NULL;
+    m_expander_column = 0;
+    m_indent = 8;
 }
 
 wxDataViewCtrlBase::~wxDataViewCtrlBase()