]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot to commit.
authorRobert Roebling <robert@roebling.de>
Wed, 30 May 2007 21:03:26 +0000 (21:03 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 30 May 2007 21:03:26 +0000 (21:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataview.h

index 88c8fc11d6f996cd979547b1c7b533ce80e08385..c31e465d2c3195c7608a19ca608ba5327a2a0dc4 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/textctrl.h"
 #include "wx/bitmap.h"
 #include "wx/variant.h"
-
+#include "wx/listctrl.h"
 
 #if defined(__WXGTK20__)
     // for testing
@@ -122,6 +122,9 @@ public:
     // set value, call ValueChanged() afterwards!
     virtual bool SetValue( const wxVariant &variant, unsigned int col, unsigned int row ) = 0;
 
+    // override to set cell attributes
+    virtual void GetAttr( wxListItemAttr &attr, unsigned int col, unsigned int row ) { }
+
     // delegated notifiers
     virtual bool RowAppended();
     virtual bool RowPrepended();