Added {S,G}etItem{Text,Background}Colour methods.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2002-04-24 20:31:46 +00:00
parent 470d7e4f3e
commit 5b98eb2fa6
4 changed files with 84 additions and 0 deletions

View File

@@ -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