X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5541d1fda4b73af86e42b2f43724f0c063a352d0..f63e3ebbe3272b9690aa2530e0c3048d3f37c7c7:/include/wx/msw/listctrl.h diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 47c58d65fe..2bce95d808 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -191,6 +191,14 @@ public: // view, otherwise the large icon view. int GetItemSpacing(bool isSmall) const; + // Foreground colour of an item. + void SetItemTextColour( long item, const wxColour& col); + wxColour GetItemTextColour( long item ) const; + + // Background colour of an item. + void SetItemBackgroundColour( long item, const wxColour &col); + wxColour GetItemBackgroundColour( long item ) const; + // Gets the number of selected items in the list control int GetSelectedItemCount() const; @@ -395,3 +403,5 @@ private: #endif // _WX_LISTCTRL_H_ + +// vi:sts=4:sw=4:et