git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72349
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef __WXMSW__
lv->Show();
#endif
#ifdef __WXMSW__
lv->Show();
#endif
+#if defined(__WXOSX_COCOA__) || defined(__WXGTK__)
+ // This color will end up being our border
SetBackgroundColour(wxColour(0xC0, 0xC0, 0xC0));
#endif
}
SetBackgroundColour(wxColour(0xC0, 0xC0, 0xC0));
#endif
}
x = y = 0;
w = sz.x;
h = sz.y;
x = y = 0;
w = sz.x;
h = sz.y;
+#if defined(__WXOSX_COCOA__) || defined(__WXGTK__)
// make room for the parent's bg color to show, to act as a border
x = y = 1;
w -= 2;
// make room for the parent's bg color to show, to act as a border
x = y = 1;
w -= 2;