no longer need reverse renamers for the *Ptr classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,14 +34,12 @@ wxXRC_USE_LOCALE = wx.xrc.XRC_USE_LOCALE
|
||||
wxXRC_NO_SUBCLASSING = wx.xrc.XRC_NO_SUBCLASSING
|
||||
wxXRC_NO_RELOADING = wx.xrc.XRC_NO_RELOADING
|
||||
wxXmlResource = wx.xrc.XmlResource
|
||||
wxXmlResourcePtr = wx.xrc.XmlResourcePtr
|
||||
wxEmptyXmlResource = wx.xrc.EmptyXmlResource
|
||||
wxXmlResource_AddSubclassFactory = wx.xrc.XmlResource_AddSubclassFactory
|
||||
wxXmlResource_GetXRCID = wx.xrc.XmlResource_GetXRCID
|
||||
wxXmlResource_Get = wx.xrc.XmlResource_Get
|
||||
wxXmlResource_Set = wx.xrc.XmlResource_Set
|
||||
wxXmlSubclassFactory = wx.xrc.XmlSubclassFactory
|
||||
wxXmlSubclassFactoryPtr = wx.xrc.XmlSubclassFactoryPtr
|
||||
wxXmlSubclassFactory = wx.xrc.XmlSubclassFactory
|
||||
wxXML_ELEMENT_NODE = wx.xrc.XML_ELEMENT_NODE
|
||||
wxXML_ATTRIBUTE_NODE = wx.xrc.XML_ATTRIBUTE_NODE
|
||||
@@ -57,16 +55,12 @@ 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
|
||||
wxXmlNode = wx.xrc.XmlNode
|
||||
wxXmlNodePtr = wx.xrc.XmlNodePtr
|
||||
wxXmlNodeEasy = wx.xrc.XmlNodeEasy
|
||||
wxXmlDocument = wx.xrc.XmlDocument
|
||||
wxXmlDocumentPtr = wx.xrc.XmlDocumentPtr
|
||||
wxXmlDocumentFromStream = wx.xrc.XmlDocumentFromStream
|
||||
wxEmptyXmlDocument = wx.xrc.EmptyXmlDocument
|
||||
wxXmlResourceHandler = wx.xrc.XmlResourceHandler
|
||||
wxXmlResourceHandlerPtr = wx.xrc.XmlResourceHandlerPtr
|
||||
wxXmlResourceHandler = wx.xrc.XmlResourceHandler
|
||||
XRCID = wx.xrc.XRCID
|
||||
XRCCTRL = wx.xrc.XRCCTRL
|
||||
|
Reference in New Issue
Block a user