Deprecated and obsolete parts marked up for backward compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -422,8 +422,10 @@ wxString wxr2xml::GetStyles(wxItemResource * res)
|
||||
s += _T("wxCAPTION|");
|
||||
if (style & wxRESIZE_BORDER)
|
||||
s += _T("wxRESIZE_BORDER|");
|
||||
#if WXWIN_COMPATIBILITY_2_6
|
||||
if (style & wxRESIZE_BOX)
|
||||
s += _T("wxRESIZE_BOX|");
|
||||
#endif // WXWIN_COMPATIBILITY_2_6
|
||||
if (style & wxRESIZE_BORDER)
|
||||
s += _T("wxRESIZE_BORDER|");
|
||||
if (style & wxSYSTEM_MENU)
|
||||
|
Reference in New Issue
Block a user