X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0607dd221a6110cbd2a4a42e379b93e5f2d5334..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/osx/dvrenderer.h diff --git a/include/wx/osx/dvrenderer.h b/include/wx/osx/dvrenderer.h index c909237c7b..d7ded78464 100644 --- a/include/wx/osx/dvrenderer.h +++ b/include/wx/osx/dvrenderer.h @@ -3,7 +3,6 @@ // Purpose: wxDataViewRenderer for OS X wxDataViewCtrl implementations // 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 $ // Copyright: (c) 2009 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -87,6 +86,9 @@ public: // 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); + + // called to set the state of the next cell to be rendered + virtual void OSXApplyEnabled(bool enabled); #endif // Cocoa private: