generic wxListCtrl colour/font setting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -291,7 +291,7 @@ void MyFrame::OnReportView(wxCommandEvent& WXUNUSED(event))
|
||||
// we leave all mask fields to 0 and only change the colour
|
||||
wxListItem item;
|
||||
item.m_itemId = 0;
|
||||
item.SetTextColour(*wxBLUE);
|
||||
item.SetTextColour(*wxRED);
|
||||
m_listCtrl->SetItem( item );
|
||||
|
||||
item.m_itemId = 2;
|
||||
|
Reference in New Issue
Block a user