deprecated XMLID and friends macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -472,11 +472,13 @@ public:
|
|||||||
Backward compatibility macros. Do *NOT* use, they may disappear in future
|
Backward compatibility macros. Do *NOT* use, they may disappear in future
|
||||||
versions of the XRC library!
|
versions of the XRC library!
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
#define ADD_STYLE XRC_ADD_STYLE
|
#if WXWIN_COMPATIBILITY_2_4
|
||||||
#define wxTheXmlResource wxXmlResource::Get()
|
#define ADD_STYLE XRC_ADD_STYLE
|
||||||
#define XMLID XRCID
|
#define wxTheXmlResource wxXmlResource::Get()
|
||||||
#define XMLCTRL XRCCTRL
|
#define XMLID XRCID
|
||||||
#define GetXMLID GetXRCID
|
#define XMLCTRL XRCCTRL
|
||||||
|
#define GetXMLID GetXRCID
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif // _WX_XMLRES_H_
|
#endif // _WX_XMLRES_H_
|
||||||
|
@@ -472,11 +472,13 @@ public:
|
|||||||
Backward compatibility macros. Do *NOT* use, they may disappear in future
|
Backward compatibility macros. Do *NOT* use, they may disappear in future
|
||||||
versions of the XRC library!
|
versions of the XRC library!
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
#define ADD_STYLE XRC_ADD_STYLE
|
#if WXWIN_COMPATIBILITY_2_4
|
||||||
#define wxTheXmlResource wxXmlResource::Get()
|
#define ADD_STYLE XRC_ADD_STYLE
|
||||||
#define XMLID XRCID
|
#define wxTheXmlResource wxXmlResource::Get()
|
||||||
#define XMLCTRL XRCCTRL
|
#define XMLID XRCID
|
||||||
#define GetXMLID GetXRCID
|
#define XMLCTRL XRCCTRL
|
||||||
|
#define GetXMLID GetXRCID
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif // _WX_XMLRES_H_
|
#endif // _WX_XMLRES_H_
|
||||||
|
Reference in New Issue
Block a user