Added (yet unfunctional) skeleton files fir

generic implementation of wxDataViewCtrl.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-03-20 16:37:24 +00:00
parent c1a3ff259e
commit 4ed7af081e
6 changed files with 938 additions and 2 deletions

View File

@@ -15,6 +15,9 @@
#if wxUSE_DATAVIEWCTRL
#include "wx/dataview.h"
#ifndef wxUSE_GENERICDATAVIEWCTRL
#include "wx/stockitem.h"
#include "wx/dcclient.h"
#include "wx/calctrl.h"
@@ -1450,6 +1453,9 @@ bool wxDataViewCtrl::AppendColumn( wxDataViewColumn *col )
return true;
}
#endif
// !wxUSE_GENERICDATAVIEWCTRL
#endif // wxUSE_DATAVIEWCTRL
#endif
// wxUSE_DATAVIEWCTRL