Added reverse renamers for the *Ptr classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-04 01:17:02 +00:00
parent bdcf3ef53d
commit 423af76e39
15 changed files with 415 additions and 0 deletions

View File

@@ -31,7 +31,9 @@ wxXmlResource_GetXRCID = wx.xrc.XmlResource_GetXRCID
wxXmlResource_Get = wx.xrc.XmlResource_Get
wxXmlResource_Set = wx.xrc.XmlResource_Set
wxXmlResource = wx.xrc.XmlResource
wxXmlResourcePtr = wx.xrc.XmlResourcePtr
wxXmlSubclassFactory = wx.xrc.XmlSubclassFactory
wxXmlSubclassFactoryPtr = wx.xrc.XmlSubclassFactoryPtr
wxXML_ELEMENT_NODE = wx.xrc.XML_ELEMENT_NODE
wxXML_ATTRIBUTE_NODE = wx.xrc.XML_ATTRIBUTE_NODE
wxXML_TEXT_NODE = wx.xrc.XML_TEXT_NODE
@@ -46,12 +48,16 @@ wxXML_DOCUMENT_FRAG_NODE = wx.xrc.XML_DOCUMENT_FRAG_NODE
wxXML_NOTATION_NODE = wx.xrc.XML_NOTATION_NODE
wxXML_HTML_DOCUMENT_NODE = wx.xrc.XML_HTML_DOCUMENT_NODE
wxXmlProperty = wx.xrc.XmlProperty
wxXmlPropertyPtr = wx.xrc.XmlPropertyPtr
wxXmlNodeEasy = wx.xrc.XmlNodeEasy
wxXmlNode = wx.xrc.XmlNode
wxXmlNodePtr = wx.xrc.XmlNodePtr
wxXmlDocumentFromStream = wx.xrc.XmlDocumentFromStream
wxEmptyXmlDocument = wx.xrc.EmptyXmlDocument
wxXmlDocument = wx.xrc.XmlDocument
wxXmlDocumentPtr = wx.xrc.XmlDocumentPtr
wxXmlResourceHandler = wx.xrc.XmlResourceHandler
wxXmlResourceHandlerPtr = wx.xrc.XmlResourceHandlerPtr
XRCID = wx.xrc.XRCID
XRCCTRL = wx.xrc.XRCCTRL
wxTheXmlResource = wx.xrc.TheXmlResource