X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62265c2c67bd9ee1c78e57700277dc0baf2f14d6..032e024c1c6ab6a20226604baab9d00558620e72:/include/wx/osx/dvrenderers.h?ds=sidebyside diff --git a/include/wx/osx/dvrenderers.h b/include/wx/osx/dvrenderers.h index 5e99532df4..01a8998599 100644 --- a/include/wx/osx/dvrenderers.h +++ b/include/wx/osx/dvrenderers.h @@ -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