]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/xrc.py
50fc1b33bba19d4ed8c7cbb1eb403c50f4dd76ad
[wxWidgets.git] / wxPython / wxPython / xrc.py
1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
3 ##
4 ## Generated by ./distrib/build_renamers.py
5
6 # This silly stuff here is so the wxPython.wx module doesn't conflict
7 # with the wx package. We need to import modules from the wx package
8 # here, then we'll put the wxPython.wx entry back in sys.modules.
9 import sys
10 _wx = None
11 if sys.modules.has_key('wxPython.wx'):
12 _wx = sys.modules['wxPython.wx']
13 del sys.modules['wxPython.wx']
14
15 import wx.xrc
16
17 sys.modules['wxPython.wx'] = _wx
18 del sys, _wx
19
20
21 # Now assign all the reverse-renamed names:
22 WX_XMLRES_CURRENT_VERSION_MAJOR = wx.xrc.WX_XMLRES_CURRENT_VERSION_MAJOR
23 WX_XMLRES_CURRENT_VERSION_MINOR = wx.xrc.WX_XMLRES_CURRENT_VERSION_MINOR
24 WX_XMLRES_CURRENT_VERSION_RELEASE = wx.xrc.WX_XMLRES_CURRENT_VERSION_RELEASE
25 WX_XMLRES_CURRENT_VERSION_REVISION = wx.xrc.WX_XMLRES_CURRENT_VERSION_REVISION
26 wxXRC_USE_LOCALE = wx.xrc.XRC_USE_LOCALE
27 wxXRC_NO_SUBCLASSING = wx.xrc.XRC_NO_SUBCLASSING
28 wxXmlResource = wx.xrc.XmlResource
29 wxXmlResourcePtr = wx.xrc.XmlResourcePtr
30 wxEmptyXmlResource = wx.xrc.EmptyXmlResource
31 wxXmlResource_AddSubclassFactory = wx.xrc.XmlResource_AddSubclassFactory
32 wxXmlResource_GetXRCID = wx.xrc.XmlResource_GetXRCID
33 wxXmlResource_Get = wx.xrc.XmlResource_Get
34 wxXmlResource_Set = wx.xrc.XmlResource_Set
35 wxXmlSubclassFactory = wx.xrc.XmlSubclassFactory
36 wxXmlSubclassFactoryPtr = wx.xrc.XmlSubclassFactoryPtr
37 wxXML_ELEMENT_NODE = wx.xrc.XML_ELEMENT_NODE
38 wxXML_ATTRIBUTE_NODE = wx.xrc.XML_ATTRIBUTE_NODE
39 wxXML_TEXT_NODE = wx.xrc.XML_TEXT_NODE
40 wxXML_CDATA_SECTION_NODE = wx.xrc.XML_CDATA_SECTION_NODE
41 wxXML_ENTITY_REF_NODE = wx.xrc.XML_ENTITY_REF_NODE
42 wxXML_ENTITY_NODE = wx.xrc.XML_ENTITY_NODE
43 wxXML_PI_NODE = wx.xrc.XML_PI_NODE
44 wxXML_COMMENT_NODE = wx.xrc.XML_COMMENT_NODE
45 wxXML_DOCUMENT_NODE = wx.xrc.XML_DOCUMENT_NODE
46 wxXML_DOCUMENT_TYPE_NODE = wx.xrc.XML_DOCUMENT_TYPE_NODE
47 wxXML_DOCUMENT_FRAG_NODE = wx.xrc.XML_DOCUMENT_FRAG_NODE
48 wxXML_NOTATION_NODE = wx.xrc.XML_NOTATION_NODE
49 wxXML_HTML_DOCUMENT_NODE = wx.xrc.XML_HTML_DOCUMENT_NODE
50 wxXmlProperty = wx.xrc.XmlProperty
51 wxXmlPropertyPtr = wx.xrc.XmlPropertyPtr
52 wxXmlNode = wx.xrc.XmlNode
53 wxXmlNodePtr = wx.xrc.XmlNodePtr
54 wxXmlNodeEasy = wx.xrc.XmlNodeEasy
55 wxXmlDocument = wx.xrc.XmlDocument
56 wxXmlDocumentPtr = wx.xrc.XmlDocumentPtr
57 wxXmlDocumentFromStream = wx.xrc.XmlDocumentFromStream
58 wxEmptyXmlDocument = wx.xrc.EmptyXmlDocument
59 wxXmlResourceHandler = wx.xrc.XmlResourceHandler
60 wxXmlResourceHandlerPtr = wx.xrc.XmlResourceHandlerPtr
61 XRCID = wx.xrc.XRCID
62 XRCCTRL = wx.xrc.XRCCTRL
63 wxTheXmlResource = wx.xrc.TheXmlResource
64
65