git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50054
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/mac/carbon/databrow.h"
#ifndef WX_PRECOMP
#include "wx/mac/carbon/databrow.h"
#ifndef WX_PRECOMP
+ #include "wx/timer.h"
+ #include "wx/settings.h"
+ #include "wx/dcclient.h"
+ #include "wx/icon.h"
#include "wx/renderer.h"
//-----------------------------------------------------------------------------
#include "wx/renderer.h"
//-----------------------------------------------------------------------------
IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer)
IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer)
-// ---------------------------------------------------------
-// wxDataViewTextRendererAttr
-// ---------------------------------------------------------
-
-wxDataViewTextRendererAttr::wxDataViewTextRendererAttr(wxString const& varianttype, wxDataViewCellMode mode, int align)
- :wxDataViewTextRenderer(varianttype,mode,align)
-{
-}
-
-IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer)
-
// ---------------------------------------------------------
// wxDataViewBitmapRenderer
// ---------------------------------------------------------
// ---------------------------------------------------------
// wxDataViewBitmapRenderer
// ---------------------------------------------------------