]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dvrenderer.h
Build fix: forgotten part of the previous commit.
[wxWidgets.git] / include / wx / osx / dvrenderer.h
index cbfe4e28e01bf9f92961c1eb84ccb8001f133898..b0513b2e359d351207a0264b8cec0f008861975b 100644 (file)
@@ -3,7 +3,7 @@
 // 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 $
+// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -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: