// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
m_listCtrl->SetItem( item );
m_listCtrl->SetTextColour(*wxBLUE);
- m_listCtrl->SetBackgroundColour(*wxLIGHT_GREY);
m_listCtrl->SetColumnWidth( 0, wxLIST_AUTOSIZE );
m_listCtrl->SetColumnWidth( 1, wxLIST_AUTOSIZE );
int col = event.GetColumn();
// set or unset image
- static x = false;
+ static bool x = false;
x = !x;
SetColumnImage(col, x ? 0 : -1);