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 wxHtmlTag
= wx
.html
.HtmlTag
63 wxHtmlParser
= wx
.html
.HtmlParser
64 wxHtmlWinParser
= wx
.html
.HtmlWinParser
65 wxHtmlTagHandler
= wx
.html
.HtmlTagHandler
66 wxHtmlTagHandler
= wx
.html
.HtmlTagHandler
67 wxHtmlWinTagHandler
= wx
.html
.HtmlWinTagHandler
68 wxHtmlWinTagHandler
= wx
.html
.HtmlWinTagHandler
69 wxHtmlWinParser_AddTagHandler
= wx
.html
.HtmlWinParser_AddTagHandler
70 wxHtmlSelection
= wx
.html
.HtmlSelection
71 wxHTML_SEL_OUT
= wx
.html
.HTML_SEL_OUT
72 wxHTML_SEL_IN
= wx
.html
.HTML_SEL_IN
73 wxHTML_SEL_CHANGING
= wx
.html
.HTML_SEL_CHANGING
74 wxHtmlRenderingState
= wx
.html
.HtmlRenderingState
75 wxHtmlRenderingStyle
= wx
.html
.HtmlRenderingStyle
76 wxDefaultHtmlRenderingStyle
= wx
.html
.DefaultHtmlRenderingStyle
77 wxHtmlRenderingInfo
= wx
.html
.HtmlRenderingInfo
78 wxHTML_FIND_EXACT
= wx
.html
.HTML_FIND_EXACT
79 wxHTML_FIND_NEAREST_BEFORE
= wx
.html
.HTML_FIND_NEAREST_BEFORE
80 wxHTML_FIND_NEAREST_AFTER
= wx
.html
.HTML_FIND_NEAREST_AFTER
81 wxHtmlCell
= wx
.html
.HtmlCell
82 wxHtmlWordCell
= wx
.html
.HtmlWordCell
83 wxHtmlContainerCell
= wx
.html
.HtmlContainerCell
84 wxHtmlColourCell
= wx
.html
.HtmlColourCell
85 wxHtmlFontCell
= wx
.html
.HtmlFontCell
86 wxHtmlWidgetCell
= wx
.html
.HtmlWidgetCell
87 wxHtmlFilter
= wx
.html
.HtmlFilter
88 wxHtmlFilter
= wx
.html
.HtmlFilter
89 wxHtmlWindowInterface
= wx
.html
.HtmlWindowInterface
90 wxHtmlWindow
= wx
.html
.HtmlWindow
91 wxHtmlWindow
= wx
.html
.HtmlWindow
92 wxPreHtmlWindow
= wx
.html
.PreHtmlWindow
93 wxHtmlWindow_AddFilter
= wx
.html
.HtmlWindow_AddFilter
94 wxHtmlWindow_GetClassDefaultAttributes
= wx
.html
.HtmlWindow_GetClassDefaultAttributes
95 wxHtmlWindow_GetDefaultHTMLCursor
= wx
.html
.HtmlWindow_GetDefaultHTMLCursor
96 wxHtmlDCRenderer
= wx
.html
.HtmlDCRenderer
97 wxPAGE_ODD
= wx
.html
.PAGE_ODD
98 wxPAGE_EVEN
= wx
.html
.PAGE_EVEN
99 wxPAGE_ALL
= wx
.html
.PAGE_ALL
100 wxHtmlPrintout
= wx
.html
.HtmlPrintout
101 wxHtmlPrintout_AddFilter
= wx
.html
.HtmlPrintout_AddFilter
102 wxHtmlPrintout_CleanUpStatics
= wx
.html
.HtmlPrintout_CleanUpStatics
103 wxHtmlEasyPrinting
= wx
.html
.HtmlEasyPrinting
104 wxHtmlBookRecord
= wx
.html
.HtmlBookRecord
105 wxHtmlSearchStatus
= wx
.html
.HtmlSearchStatus
106 wxHtmlHelpData
= wx
.html
.HtmlHelpData
107 wxHF_TOOLBAR
= wx
.html
.HF_TOOLBAR
108 wxHF_CONTENTS
= wx
.html
.HF_CONTENTS
109 wxHF_INDEX
= wx
.html
.HF_INDEX
110 wxHF_SEARCH
= wx
.html
.HF_SEARCH
111 wxHF_BOOKMARKS
= wx
.html
.HF_BOOKMARKS
112 wxHF_OPEN_FILES
= wx
.html
.HF_OPEN_FILES
113 wxHF_PRINT
= wx
.html
.HF_PRINT
114 wxHF_FLAT_TOOLBAR
= wx
.html
.HF_FLAT_TOOLBAR
115 wxHF_MERGE_BOOKS
= wx
.html
.HF_MERGE_BOOKS
116 wxHF_ICONS_BOOK
= wx
.html
.HF_ICONS_BOOK
117 wxHF_ICONS_BOOK_CHAPTER
= wx
.html
.HF_ICONS_BOOK_CHAPTER
118 wxHF_ICONS_FOLDER
= wx
.html
.HF_ICONS_FOLDER
119 wxHF_DEFAULT_STYLE
= wx
.html
.HF_DEFAULT_STYLE
120 wxHF_EMBEDDED
= wx
.html
.HF_EMBEDDED
121 wxHF_DIALOG
= wx
.html
.HF_DIALOG
122 wxHF_FRAME
= wx
.html
.HF_FRAME
123 wxHF_MODAL
= wx
.html
.HF_MODAL
124 wxID_HTML_PANEL
= wx
.html
.ID_HTML_PANEL
125 wxID_HTML_BACK
= wx
.html
.ID_HTML_BACK
126 wxID_HTML_FORWARD
= wx
.html
.ID_HTML_FORWARD
127 wxID_HTML_UPNODE
= wx
.html
.ID_HTML_UPNODE
128 wxID_HTML_UP
= wx
.html
.ID_HTML_UP
129 wxID_HTML_DOWN
= wx
.html
.ID_HTML_DOWN
130 wxID_HTML_PRINT
= wx
.html
.ID_HTML_PRINT
131 wxID_HTML_OPENFILE
= wx
.html
.ID_HTML_OPENFILE
132 wxID_HTML_OPTIONS
= wx
.html
.ID_HTML_OPTIONS
133 wxID_HTML_BOOKMARKSLIST
= wx
.html
.ID_HTML_BOOKMARKSLIST
134 wxID_HTML_BOOKMARKSADD
= wx
.html
.ID_HTML_BOOKMARKSADD
135 wxID_HTML_BOOKMARKSREMOVE
= wx
.html
.ID_HTML_BOOKMARKSREMOVE
136 wxID_HTML_TREECTRL
= wx
.html
.ID_HTML_TREECTRL
137 wxID_HTML_INDEXPAGE
= wx
.html
.ID_HTML_INDEXPAGE
138 wxID_HTML_INDEXLIST
= wx
.html
.ID_HTML_INDEXLIST
139 wxID_HTML_INDEXTEXT
= wx
.html
.ID_HTML_INDEXTEXT
140 wxID_HTML_INDEXBUTTON
= wx
.html
.ID_HTML_INDEXBUTTON
141 wxID_HTML_INDEXBUTTONALL
= wx
.html
.ID_HTML_INDEXBUTTONALL
142 wxID_HTML_NOTEBOOK
= wx
.html
.ID_HTML_NOTEBOOK
143 wxID_HTML_SEARCHPAGE
= wx
.html
.ID_HTML_SEARCHPAGE
144 wxID_HTML_SEARCHTEXT
= wx
.html
.ID_HTML_SEARCHTEXT
145 wxID_HTML_SEARCHLIST
= wx
.html
.ID_HTML_SEARCHLIST
146 wxID_HTML_SEARCHBUTTON
= wx
.html
.ID_HTML_SEARCHBUTTON
147 wxID_HTML_SEARCHCHOICE
= wx
.html
.ID_HTML_SEARCHCHOICE
148 wxID_HTML_COUNTINFO
= wx
.html
.ID_HTML_COUNTINFO
149 wxHtmlHelpWindow
= wx
.html
.HtmlHelpWindow
150 wxPreHtmlHelpWindow
= wx
.html
.PreHtmlHelpWindow
151 wxHtmlWindowEvent
= wx
.html
.HtmlWindowEvent
152 wxHtmlHelpFrame
= wx
.html
.HtmlHelpFrame
153 wxPreHtmlHelpFrame
= wx
.html
.PreHtmlHelpFrame
154 wxHtmlHelpDialog
= wx
.html
.HtmlHelpDialog
155 wxPreHtmlHelpDialog
= wx
.html
.PreHtmlHelpDialog
156 wxHelpControllerBase
= wx
.html
.HelpControllerBase
157 wxHtmlHelpController
= wx
.html
.HtmlHelpController
158 wxHtmlModalHelp
= wx
.html
.HtmlModalHelp