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