X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62265c2c67bd9ee1c78e57700277dc0baf2f14d6..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/osx/dvrenderers.h?ds=sidebyside diff --git a/include/wx/osx/dvrenderers.h b/include/wx/osx/dvrenderers.h index 5e99532df4..1916a77ed7 100644 --- a/include/wx/osx/dvrenderers.h +++ b/include/wx/osx/dvrenderers.h @@ -3,7 +3,7 @@ // Purpose: All OS X wxDataViewCtrl renderer classes // Author: Vadim Zeitlin // Created: 2009-11-07 (extracted from wx/osx/dataview.h) -// RCS-ID: $Id: wxhead.h,v 1.11 2009-06-29 10:23:04 zeitlin Exp $ +// RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -30,6 +30,10 @@ public: virtual bool MacRender(); +#if wxOSX_USE_COCOA + virtual void OSXApplyAttr(const wxDataViewItemAttr& attr); +#endif // Cocoa + virtual wxDC* GetDC(); // creates a device context and keeps it void SetDC(wxDC* newDCPtr); // this method takes ownership of the pointer