const wxPoint& pos, const wxSize& size,
long style, const wxValidator& validator )
{
- if ( (style & wxBORDER_MASK) == 0)
- style |= wxBORDER_SUNKEN;
+// if ( (style & wxBORDER_MASK) == 0)
+// style |= wxBORDER_SUNKEN;
Init();
return true;
}
+wxBorder wxDataViewCtrl::GetDefaultBorder() const
+{
+ return wxBORDER_THEME;
+}
+
#ifdef __WXMSW__
WXLRESULT wxDataViewCtrl::MSWWindowProc(WXUINT nMsg,
WXWPARAM wParam,