]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dataview.h
Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa.
[wxWidgets.git] / interface / wx / dataview.h
index 78a4bb98f4d81550d1043e2676e5b8334f962624..1acce35939929bc806aa00593720e0d30d8b45a1 100644 (file)
@@ -580,6 +580,16 @@ public:
     */
     void SetColour(const wxColour& colour);
 
+    /**
+        Call this to set the background colour to use.
+
+        Currently this attribute is only supported in the generic version of
+        wxDataViewCtrl and ignored by the native GTK+ and OS X implementations.
+
+        @since 2.9.4
+    */
+    void SetBackgroundColour(const wxColour& colour);
+
     /**
         Call this to indicate that the item shall be displayed in italic text.
     */