m_hScrollBar = new wxScrollBar(this, wxGRID_HSCROLL, wxPoint(0, 0), wxSize(20, 100), wxHORIZONTAL);
m_vScrollBar = new wxScrollBar(this, wxGRID_VSCROLL, wxPoint(0, 0), wxSize(100, 20), wxVERTICAL);
+// SetSize(pos.x, pos.y, size.x, size.y);
+
return TRUE;
}
// Probably because of the SetValue?? JS.
// 2) Arrrrrgh. This isn't needed anywhere,
// of course. One hour of debugging... RR.
-#ifndef __WXMSW__
-// HighlightCell(dc);
+ // Put back for Motif only on advice of Michael Bedward
+#ifdef __WXMOTIF__
+ HighlightCell(dc);
#endif
+
dc->DestroyClippingRegion();
//OnSelectCell(row, col);