1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
4 ## Generated by ./distrib/build_renamers.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 wxHtmlWinTagHandler
= wx
.html
.HtmlWinTagHandler
72 wxHtmlWinTagHandlerPtr
= wx
.html
.HtmlWinTagHandlerPtr
73 wxHtmlWinParser_AddTagHandler
= wx
.html
.HtmlWinParser_AddTagHandler
74 wxHtmlSelection
= wx
.html
.HtmlSelection
75 wxHtmlSelectionPtr
= wx
.html
.HtmlSelectionPtr
76 wxHTML_SEL_OUT
= wx
.html
.HTML_SEL_OUT
77 wxHTML_SEL_IN
= wx
.html
.HTML_SEL_IN
78 wxHTML_SEL_CHANGING
= wx
.html
.HTML_SEL_CHANGING
79 wxHtmlRenderingState
= wx
.html
.HtmlRenderingState
80 wxHtmlRenderingStatePtr
= wx
.html
.HtmlRenderingStatePtr
81 wxHtmlRenderingStyle
= wx
.html
.HtmlRenderingStyle
82 wxHtmlRenderingStylePtr
= wx
.html
.HtmlRenderingStylePtr
83 wxDefaultHtmlRenderingStyle
= wx
.html
.DefaultHtmlRenderingStyle
84 wxDefaultHtmlRenderingStylePtr
= wx
.html
.DefaultHtmlRenderingStylePtr
85 wxHtmlRenderingInfo
= wx
.html
.HtmlRenderingInfo
86 wxHtmlRenderingInfoPtr
= wx
.html
.HtmlRenderingInfoPtr
87 wxHTML_FIND_EXACT
= wx
.html
.HTML_FIND_EXACT
88 wxHTML_FIND_NEAREST_BEFORE
= wx
.html
.HTML_FIND_NEAREST_BEFORE
89 wxHTML_FIND_NEAREST_AFTER
= wx
.html
.HTML_FIND_NEAREST_AFTER
90 wxHtmlCell
= wx
.html
.HtmlCell
91 wxHtmlCellPtr
= wx
.html
.HtmlCellPtr
92 wxHtmlWordCell
= wx
.html
.HtmlWordCell
93 wxHtmlWordCellPtr
= wx
.html
.HtmlWordCellPtr
94 wxHtmlContainerCell
= wx
.html
.HtmlContainerCell
95 wxHtmlContainerCellPtr
= wx
.html
.HtmlContainerCellPtr
96 wxHtmlColourCell
= wx
.html
.HtmlColourCell
97 wxHtmlColourCellPtr
= wx
.html
.HtmlColourCellPtr
98 wxHtmlFontCell
= wx
.html
.HtmlFontCell
99 wxHtmlFontCellPtr
= wx
.html
.HtmlFontCellPtr
100 wxHtmlWidgetCell
= wx
.html
.HtmlWidgetCell
101 wxHtmlWidgetCellPtr
= wx
.html
.HtmlWidgetCellPtr
102 wxHtmlFilter
= wx
.html
.HtmlFilter
103 wxHtmlFilterPtr
= wx
.html
.HtmlFilterPtr
104 wxHtmlWindow
= wx
.html
.HtmlWindow
105 wxHtmlWindowPtr
= wx
.html
.HtmlWindowPtr
106 wxPreHtmlWindow
= wx
.html
.PreHtmlWindow
107 wxHtmlWindow_AddFilter
= wx
.html
.HtmlWindow_AddFilter
108 wxHtmlWindow_GetClassDefaultAttributes
= wx
.html
.HtmlWindow_GetClassDefaultAttributes
109 wxHtmlDCRenderer
= wx
.html
.HtmlDCRenderer
110 wxHtmlDCRendererPtr
= wx
.html
.HtmlDCRendererPtr
111 wxPAGE_ODD
= wx
.html
.PAGE_ODD
112 wxPAGE_EVEN
= wx
.html
.PAGE_EVEN
113 wxPAGE_ALL
= wx
.html
.PAGE_ALL
114 wxHtmlPrintout
= wx
.html
.HtmlPrintout
115 wxHtmlPrintoutPtr
= wx
.html
.HtmlPrintoutPtr
116 wxHtmlPrintout_AddFilter
= wx
.html
.HtmlPrintout_AddFilter
117 wxHtmlPrintout_CleanUpStatics
= wx
.html
.HtmlPrintout_CleanUpStatics
118 wxHtmlEasyPrinting
= wx
.html
.HtmlEasyPrinting
119 wxHtmlEasyPrintingPtr
= wx
.html
.HtmlEasyPrintingPtr
120 wxHtmlBookRecord
= wx
.html
.HtmlBookRecord
121 wxHtmlBookRecordPtr
= wx
.html
.HtmlBookRecordPtr
122 wxHtmlContentsItem
= wx
.html
.HtmlContentsItem
123 wxHtmlContentsItemPtr
= wx
.html
.HtmlContentsItemPtr
124 wxHtmlSearchStatus
= wx
.html
.HtmlSearchStatus
125 wxHtmlSearchStatusPtr
= wx
.html
.HtmlSearchStatusPtr
126 wxHtmlHelpData
= wx
.html
.HtmlHelpData
127 wxHtmlHelpDataPtr
= wx
.html
.HtmlHelpDataPtr
128 wxHtmlHelpFrame
= wx
.html
.HtmlHelpFrame
129 wxHtmlHelpFramePtr
= wx
.html
.HtmlHelpFramePtr
130 wxHF_TOOLBAR
= wx
.html
.HF_TOOLBAR
131 wxHF_FLATTOOLBAR
= wx
.html
.HF_FLATTOOLBAR
132 wxHF_CONTENTS
= wx
.html
.HF_CONTENTS
133 wxHF_INDEX
= wx
.html
.HF_INDEX
134 wxHF_SEARCH
= wx
.html
.HF_SEARCH
135 wxHF_BOOKMARKS
= wx
.html
.HF_BOOKMARKS
136 wxHF_OPENFILES
= wx
.html
.HF_OPENFILES
137 wxHF_PRINT
= wx
.html
.HF_PRINT
138 wxHF_DEFAULTSTYLE
= wx
.html
.HF_DEFAULTSTYLE
139 wxHtmlHelpController
= wx
.html
.HtmlHelpController
140 wxHtmlHelpControllerPtr
= wx
.html
.HtmlHelpControllerPtr