0, LVS_EX_FULLROWSELECT);
}
- SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
+ SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
SetForegroundColour(GetParent()->GetForegroundColour());
SubclassWin(m_hWnd);
// is it a message from the header?
if ( nmhdr->hwndFrom == hwndHdr )
{
+#ifdef __WATCOMC__
+ HD_NOTIFY *nmHDR = (HD_NOTIFY *)nmhdr;
+#else
NMHEADER *nmHDR = (NMHEADER *)nmhdr;
+#endif
event.m_itemIndex = -1;
switch ( nmhdr->code )
if ((GetWindowStyle() & wxLC_REPORT) == 0)
return;
- wxPen pen(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_3DLIGHT), 1, wxSOLID);
+ wxPen pen(wxSystemSettings::GetColour(wxSYS_COLOUR_3DLIGHT), 1, wxSOLID);
dc.SetPen(pen);
dc.SetBrush(* wxTRANSPARENT_BRUSH);