1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
4 ## Generated by BuildRenamers in config.py
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.
11 if sys
.modules
.has_key('wxPython.wx'):
12 _wx
= sys
.modules
['wxPython.wx']
13 del sys
.modules
['wxPython.wx']
17 sys
.modules
['wxPython.wx'] = _wx
21 # Now assign all the reverse-renamed names:
22 wxHtmlWindowNameStr
= wx
.html
.HtmlWindowNameStr
23 wxHtmlPrintoutTitleStr
= wx
.html
.HtmlPrintoutTitleStr
24 wxHtmlPrintingTitleStr
= wx
.html
.HtmlPrintingTitleStr
25 wxHTML_ALIGN_LEFT
= wx
.html
.HTML_ALIGN_LEFT
26 wxHTML_ALIGN_CENTER
= wx
.html
.HTML_ALIGN_CENTER
27 wxHTML_ALIGN_RIGHT
= wx
.html
.HTML_ALIGN_RIGHT
28 wxHTML_ALIGN_BOTTOM
= wx
.html
.HTML_ALIGN_BOTTOM
29 wxHTML_ALIGN_TOP
= wx
.html
.HTML_ALIGN_TOP
30 wxHTML_CLR_FOREGROUND
= wx
.html
.HTML_CLR_FOREGROUND
31 wxHTML_CLR_BACKGROUND
= wx
.html
.HTML_CLR_BACKGROUND
32 wxHTML_UNITS_PIXELS
= wx
.html
.HTML_UNITS_PIXELS
33 wxHTML_UNITS_PERCENT
= wx
.html
.HTML_UNITS_PERCENT
34 wxHTML_INDENT_LEFT
= wx
.html
.HTML_INDENT_LEFT
35 wxHTML_INDENT_RIGHT
= wx
.html
.HTML_INDENT_RIGHT
36 wxHTML_INDENT_TOP
= wx
.html
.HTML_INDENT_TOP
37 wxHTML_INDENT_BOTTOM
= wx
.html
.HTML_INDENT_BOTTOM
38 wxHTML_INDENT_HORIZONTAL
= wx
.html
.HTML_INDENT_HORIZONTAL
39 wxHTML_INDENT_VERTICAL
= wx
.html
.HTML_INDENT_VERTICAL
40 wxHTML_INDENT_ALL
= wx
.html
.HTML_INDENT_ALL
41 wxHTML_COND_ISANCHOR
= wx
.html
.HTML_COND_ISANCHOR
42 wxHTML_COND_ISIMAGEMAP
= wx
.html
.HTML_COND_ISIMAGEMAP
43 wxHTML_COND_USER
= wx
.html
.HTML_COND_USER
44 wxHTML_FONT_SIZE_1
= wx
.html
.HTML_FONT_SIZE_1
45 wxHTML_FONT_SIZE_2
= wx
.html
.HTML_FONT_SIZE_2
46 wxHTML_FONT_SIZE_3
= wx
.html
.HTML_FONT_SIZE_3
47 wxHTML_FONT_SIZE_4
= wx
.html
.HTML_FONT_SIZE_4
48 wxHTML_FONT_SIZE_5
= wx
.html
.HTML_FONT_SIZE_5
49 wxHTML_FONT_SIZE_6
= wx
.html
.HTML_FONT_SIZE_6
50 wxHTML_FONT_SIZE_7
= wx
.html
.HTML_FONT_SIZE_7
51 wxHW_SCROLLBAR_NEVER
= wx
.html
.HW_SCROLLBAR_NEVER
52 wxHW_SCROLLBAR_AUTO
= wx
.html
.HW_SCROLLBAR_AUTO
53 wxHW_NO_SELECTION
= wx
.html
.HW_NO_SELECTION
54 wxHW_DEFAULT_STYLE
= wx
.html
.HW_DEFAULT_STYLE
55 wxHTML_OPEN
= wx
.html
.HTML_OPEN
56 wxHTML_BLOCK
= wx
.html
.HTML_BLOCK
57 wxHTML_REDIRECT
= wx
.html
.HTML_REDIRECT
58 wxHTML_URL_PAGE
= wx
.html
.HTML_URL_PAGE
59 wxHTML_URL_IMAGE
= wx
.html
.HTML_URL_IMAGE
60 wxHTML_URL_OTHER
= wx
.html
.HTML_URL_OTHER
61 wxHtmlLinkInfo
= wx
.html
.HtmlLinkInfo
62 wxHtmlLinkInfoPtr
= wx
.html
.HtmlLinkInfoPtr
63 wxHtmlTag
= wx
.html
.HtmlTag
64 wxHtmlTagPtr
= wx
.html
.HtmlTagPtr
65 wxHtmlParser
= wx
.html
.HtmlParser
66 wxHtmlParserPtr
= wx
.html
.HtmlParserPtr
67 wxHtmlWinParser
= wx
.html
.HtmlWinParser
68 wxHtmlWinParserPtr
= wx
.html
.HtmlWinParserPtr
69 wxHtmlTagHandler
= wx
.html
.HtmlTagHandler
70 wxHtmlTagHandlerPtr
= wx
.html
.HtmlTagHandlerPtr
71 wxHtmlTagHandler
= wx
.html
.HtmlTagHandler
72 wxHtmlWinTagHandler
= wx
.html
.HtmlWinTagHandler
73 wxHtmlWinTagHandlerPtr
= wx
.html
.HtmlWinTagHandlerPtr
74 wxHtmlWinTagHandler
= wx
.html
.HtmlWinTagHandler
75 wxHtmlWinParser_AddTagHandler
= wx
.html
.HtmlWinParser_AddTagHandler
76 wxHtmlSelection
= wx
.html
.HtmlSelection
77 wxHtmlSelectionPtr
= wx
.html
.HtmlSelectionPtr
78 wxHTML_SEL_OUT
= wx
.html
.HTML_SEL_OUT
79 wxHTML_SEL_IN
= wx
.html
.HTML_SEL_IN
80 wxHTML_SEL_CHANGING
= wx
.html
.HTML_SEL_CHANGING
81 wxHtmlRenderingState
= wx
.html
.HtmlRenderingState
82 wxHtmlRenderingStatePtr
= wx
.html
.HtmlRenderingStatePtr
83 wxHtmlRenderingStyle
= wx
.html
.HtmlRenderingStyle
84 wxHtmlRenderingStylePtr
= wx
.html
.HtmlRenderingStylePtr
85 wxDefaultHtmlRenderingStyle
= wx
.html
.DefaultHtmlRenderingStyle
86 wxDefaultHtmlRenderingStylePtr
= wx
.html
.DefaultHtmlRenderingStylePtr
87 wxHtmlRenderingInfo
= wx
.html
.HtmlRenderingInfo
88 wxHtmlRenderingInfoPtr
= wx
.html
.HtmlRenderingInfoPtr
89 wxHTML_FIND_EXACT
= wx
.html
.HTML_FIND_EXACT
90 wxHTML_FIND_NEAREST_BEFORE
= wx
.html
.HTML_FIND_NEAREST_BEFORE
91 wxHTML_FIND_NEAREST_AFTER
= wx
.html
.HTML_FIND_NEAREST_AFTER
92 wxHtmlCell
= wx
.html
.HtmlCell
93 wxHtmlCellPtr
= wx
.html
.HtmlCellPtr
94 wxHtmlWordCell
= wx
.html
.HtmlWordCell
95 wxHtmlWordCellPtr
= wx
.html
.HtmlWordCellPtr
96 wxHtmlContainerCell
= wx
.html
.HtmlContainerCell
97 wxHtmlContainerCellPtr
= wx
.html
.HtmlContainerCellPtr
98 wxHtmlColourCell
= wx
.html
.HtmlColourCell
99 wxHtmlColourCellPtr
= wx
.html
.HtmlColourCellPtr
100 wxHtmlFontCell
= wx
.html
.HtmlFontCell
101 wxHtmlFontCellPtr
= wx
.html
.HtmlFontCellPtr
102 wxHtmlWidgetCell
= wx
.html
.HtmlWidgetCell
103 wxHtmlWidgetCellPtr
= wx
.html
.HtmlWidgetCellPtr
104 wxHtmlFilter
= wx
.html
.HtmlFilter
105 wxHtmlFilterPtr
= wx
.html
.HtmlFilterPtr
106 wxHtmlFilter
= wx
.html
.HtmlFilter
107 wxHtmlWindow
= wx
.html
.HtmlWindow
108 wxHtmlWindowPtr
= wx
.html
.HtmlWindowPtr
109 wxHtmlWindow
= wx
.html
.HtmlWindow
110 wxPreHtmlWindow
= wx
.html
.PreHtmlWindow
111 wxHtmlWindow_AddFilter
= wx
.html
.HtmlWindow_AddFilter
112 wxHtmlWindow_GetClassDefaultAttributes
= wx
.html
.HtmlWindow_GetClassDefaultAttributes
113 wxHtmlDCRenderer
= wx
.html
.HtmlDCRenderer
114 wxHtmlDCRendererPtr
= wx
.html
.HtmlDCRendererPtr
115 wxPAGE_ODD
= wx
.html
.PAGE_ODD
116 wxPAGE_EVEN
= wx
.html
.PAGE_EVEN
117 wxPAGE_ALL
= wx
.html
.PAGE_ALL
118 wxHtmlPrintout
= wx
.html
.HtmlPrintout
119 wxHtmlPrintoutPtr
= wx
.html
.HtmlPrintoutPtr
120 wxHtmlPrintout_AddFilter
= wx
.html
.HtmlPrintout_AddFilter
121 wxHtmlPrintout_CleanUpStatics
= wx
.html
.HtmlPrintout_CleanUpStatics
122 wxHtmlEasyPrinting
= wx
.html
.HtmlEasyPrinting
123 wxHtmlEasyPrintingPtr
= wx
.html
.HtmlEasyPrintingPtr
124 wxHtmlBookRecord
= wx
.html
.HtmlBookRecord
125 wxHtmlBookRecordPtr
= wx
.html
.HtmlBookRecordPtr
126 wxHtmlContentsItem
= wx
.html
.HtmlContentsItem
127 wxHtmlContentsItemPtr
= wx
.html
.HtmlContentsItemPtr
128 wxHtmlSearchStatus
= wx
.html
.HtmlSearchStatus
129 wxHtmlSearchStatusPtr
= wx
.html
.HtmlSearchStatusPtr
130 wxHtmlHelpData
= wx
.html
.HtmlHelpData
131 wxHtmlHelpDataPtr
= wx
.html
.HtmlHelpDataPtr
132 wxHtmlHelpFrame
= wx
.html
.HtmlHelpFrame
133 wxHtmlHelpFramePtr
= wx
.html
.HtmlHelpFramePtr
134 wxHF_TOOLBAR
= wx
.html
.HF_TOOLBAR
135 wxHF_FLATTOOLBAR
= wx
.html
.HF_FLATTOOLBAR
136 wxHF_CONTENTS
= wx
.html
.HF_CONTENTS
137 wxHF_INDEX
= wx
.html
.HF_INDEX
138 wxHF_SEARCH
= wx
.html
.HF_SEARCH
139 wxHF_BOOKMARKS
= wx
.html
.HF_BOOKMARKS
140 wxHF_OPENFILES
= wx
.html
.HF_OPENFILES
141 wxHF_PRINT
= wx
.html
.HF_PRINT
142 wxHF_DEFAULTSTYLE
= wx
.html
.HF_DEFAULTSTYLE
143 wxHtmlHelpController
= wx
.html
.HtmlHelpController
144 wxHtmlHelpControllerPtr
= wx
.html
.HtmlHelpControllerPtr