X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac3688c0d8a39d200f0556ad4b401d89b45ff04a..4f29051b4e53fd2265005d4ec6bf727abd32493a:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 521ed775a3..3d34d267b2 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2083,7 +2083,8 @@ enum wxHitTest /* GDI descriptions */ /* ---------------------------------------------------------------------------- */ -enum +/* don't use any elements of this enum in the new code */ +enum wxDeprecatedGUIConstants { /* Text font families */ wxDEFAULT = 70, @@ -2136,7 +2137,7 @@ enum wxHORIZONTAL_HATCH, wxVERTICAL_HATCH, wxFIRST_HATCH = wxBDIAGONAL_HATCH, - wxLAST_HATCH = wxVERTICAL_HATCH, + wxLAST_HATCH = wxVERTICAL_HATCH #endif };