X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6eec70b984525aac09528c32411f19113620e284..5f54075053e041086bb71f107c3d70faedf0d9b9:/include/wx/osx/dvrenderer.h diff --git a/include/wx/osx/dvrenderer.h b/include/wx/osx/dvrenderer.h index cbfe4e28e0..c909237c7b 100644 --- a/include/wx/osx/dvrenderer.h +++ b/include/wx/osx/dvrenderer.h @@ -83,6 +83,10 @@ public: virtual void OSXOnCellChanged(NSObject *value, const wxDataViewItem& item, unsigned col); + + // called to ensure that the given attribute will be used for rendering the + // next cell (which had been already associated with this renderer before) + virtual void OSXApplyAttr(const wxDataViewItemAttr& attr); #endif // Cocoa private: