]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dvrenderer.h
guarding agains NULL
[wxWidgets.git] / include / wx / osx / dvrenderer.h
index c909237c7bb78e9bef2fa85e0700babb04b12629..3128952f29208f2d39d0b9fde6524b3ac7f9ffae 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
 ///////////////////////////////////////////////////////////////////////////////
@@ -87,6 +87,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: