Bo's patch adding Selection API and some more changes, doesn't compile yet

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-08-19 19:03:01 +00:00
parent 0c6fcb099e
commit b7e9f8b136
5 changed files with 458 additions and 211 deletions

View File

@@ -533,6 +533,9 @@ void wxDataViewColumnBase::SetFlags(int flags)
// wxDataViewCtrlBase
// ---------------------------------------------------------
#include "wx/arrimpl.cpp"
WX_DEFINE_OBJARRAY(wxDataViewItemArray);
IMPLEMENT_ABSTRACT_CLASS(wxDataViewCtrlBase, wxControl)
wxDataViewCtrlBase::wxDataViewCtrlBase()