XRC_ADD_STYLE(wxSTB_DEFAULT_STYLE);
// compat style name:
- XRC_ADD_STYLE(wxST_SIZE_GRIP);
+ XRC_ADD_STYLE(wxST_SIZEGRIP);
AddWindowStyles();
}
style[i] = wxSB_FLAT;
else if (first == wxT("wxSB_RAISED"))
style[i] = wxSB_RAISED;
+ else if (first == wxT("wxSB_SUNKEN"))
+ style[i] = wxSB_SUNKEN;
else if (!first.empty())
{
ReportParamError