X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0c7cd8ed5262e2c39eef334080a4ad755e84c55..fceac6bbfe23180d460ef62dac83c591d9e0f941:/interface/wx/dataview.h diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 78a4bb98f4..1acce35939 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -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. */