fixed and documented GetItemText/BackgroundColour() (closes bug 812907)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-08 15:02:22 +00:00
parent 9f7948af90
commit 97c611f847
3 changed files with 211 additions and 202 deletions

View File

@@ -155,6 +155,7 @@ wxMSW:
- fixed several bugs in wxNotebook with wxNB_MULTILINE style
- accelerators are now initially hidden if appropriate (Peter Nielsen)
- background colour of a wxComboBox may now be set
- fixed wxListCtrl::GetItemText/BackgroundColour()
wxGTK: