]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
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.html | |
16 | ||
17 | sys.modules['wxPython.wx'] = _wx | |
18 | del sys, _wx | |
19 | ||
20 | ||
21 | # Now assign all the reverse-renamed names: | |
b2dc1044 RD |
22 | wxHtmlWindowNameStr = wx.html.HtmlWindowNameStr |
23 | wxHtmlPrintoutTitleStr = wx.html.HtmlPrintoutTitleStr | |
24 | wxHtmlPrintingTitleStr = wx.html.HtmlPrintingTitleStr | |
d14a1e28 RD |
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 | |
4eeb5705 RD |
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 | |
d14a1e28 RD |
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 | |
423af76e | 62 | wxHtmlLinkInfoPtr = wx.html.HtmlLinkInfoPtr |
d14a1e28 | 63 | wxHtmlTag = wx.html.HtmlTag |
423af76e | 64 | wxHtmlTagPtr = wx.html.HtmlTagPtr |
d14a1e28 | 65 | wxHtmlParser = wx.html.HtmlParser |
423af76e | 66 | wxHtmlParserPtr = wx.html.HtmlParserPtr |
d14a1e28 | 67 | wxHtmlWinParser = wx.html.HtmlWinParser |
423af76e | 68 | wxHtmlWinParserPtr = wx.html.HtmlWinParserPtr |
d14a1e28 | 69 | wxHtmlTagHandler = wx.html.HtmlTagHandler |
423af76e | 70 | wxHtmlTagHandlerPtr = wx.html.HtmlTagHandlerPtr |
d14a1e28 | 71 | wxHtmlWinTagHandler = wx.html.HtmlWinTagHandler |
423af76e | 72 | wxHtmlWinTagHandlerPtr = wx.html.HtmlWinTagHandlerPtr |
d14a1e28 RD |
73 | wxHtmlWinParser_AddTagHandler = wx.html.HtmlWinParser_AddTagHandler |
74 | wxHtmlSelection = wx.html.HtmlSelection | |
423af76e | 75 | wxHtmlSelectionPtr = wx.html.HtmlSelectionPtr |
d14a1e28 RD |
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 | |
423af76e | 80 | wxHtmlRenderingStatePtr = wx.html.HtmlRenderingStatePtr |
d14a1e28 | 81 | wxHtmlRenderingStyle = wx.html.HtmlRenderingStyle |
423af76e | 82 | wxHtmlRenderingStylePtr = wx.html.HtmlRenderingStylePtr |
d14a1e28 | 83 | wxDefaultHtmlRenderingStyle = wx.html.DefaultHtmlRenderingStyle |
423af76e | 84 | wxDefaultHtmlRenderingStylePtr = wx.html.DefaultHtmlRenderingStylePtr |
d14a1e28 | 85 | wxHtmlRenderingInfo = wx.html.HtmlRenderingInfo |
423af76e | 86 | wxHtmlRenderingInfoPtr = wx.html.HtmlRenderingInfoPtr |
d14a1e28 RD |
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 | |
423af76e | 91 | wxHtmlCellPtr = wx.html.HtmlCellPtr |
d14a1e28 | 92 | wxHtmlWordCell = wx.html.HtmlWordCell |
423af76e | 93 | wxHtmlWordCellPtr = wx.html.HtmlWordCellPtr |
d14a1e28 | 94 | wxHtmlContainerCell = wx.html.HtmlContainerCell |
423af76e | 95 | wxHtmlContainerCellPtr = wx.html.HtmlContainerCellPtr |
d14a1e28 | 96 | wxHtmlColourCell = wx.html.HtmlColourCell |
423af76e | 97 | wxHtmlColourCellPtr = wx.html.HtmlColourCellPtr |
d14a1e28 | 98 | wxHtmlFontCell = wx.html.HtmlFontCell |
423af76e | 99 | wxHtmlFontCellPtr = wx.html.HtmlFontCellPtr |
d14a1e28 | 100 | wxHtmlWidgetCell = wx.html.HtmlWidgetCell |
423af76e | 101 | wxHtmlWidgetCellPtr = wx.html.HtmlWidgetCellPtr |
d14a1e28 | 102 | wxHtmlFilter = wx.html.HtmlFilter |
423af76e | 103 | wxHtmlFilterPtr = wx.html.HtmlFilterPtr |
d14a1e28 | 104 | wxHtmlWindow = wx.html.HtmlWindow |
423af76e | 105 | wxHtmlWindowPtr = wx.html.HtmlWindowPtr |
bf5ff0c3 RD |
106 | wxPreHtmlWindow = wx.html.PreHtmlWindow |
107 | wxHtmlWindow_AddFilter = wx.html.HtmlWindow_AddFilter | |
22bfe96c | 108 | wxHtmlWindow_GetClassDefaultAttributes = wx.html.HtmlWindow_GetClassDefaultAttributes |
d14a1e28 | 109 | wxHtmlDCRenderer = wx.html.HtmlDCRenderer |
423af76e | 110 | wxHtmlDCRendererPtr = wx.html.HtmlDCRendererPtr |
d14a1e28 RD |
111 | wxPAGE_ODD = wx.html.PAGE_ODD |
112 | wxPAGE_EVEN = wx.html.PAGE_EVEN | |
113 | wxPAGE_ALL = wx.html.PAGE_ALL | |
d14a1e28 | 114 | wxHtmlPrintout = wx.html.HtmlPrintout |
423af76e | 115 | wxHtmlPrintoutPtr = wx.html.HtmlPrintoutPtr |
bf5ff0c3 RD |
116 | wxHtmlPrintout_AddFilter = wx.html.HtmlPrintout_AddFilter |
117 | wxHtmlPrintout_CleanUpStatics = wx.html.HtmlPrintout_CleanUpStatics | |
d14a1e28 | 118 | wxHtmlEasyPrinting = wx.html.HtmlEasyPrinting |
423af76e | 119 | wxHtmlEasyPrintingPtr = wx.html.HtmlEasyPrintingPtr |
d14a1e28 | 120 | wxHtmlBookRecord = wx.html.HtmlBookRecord |
423af76e | 121 | wxHtmlBookRecordPtr = wx.html.HtmlBookRecordPtr |
d14a1e28 | 122 | wxHtmlContentsItem = wx.html.HtmlContentsItem |
423af76e | 123 | wxHtmlContentsItemPtr = wx.html.HtmlContentsItemPtr |
d14a1e28 | 124 | wxHtmlSearchStatus = wx.html.HtmlSearchStatus |
423af76e | 125 | wxHtmlSearchStatusPtr = wx.html.HtmlSearchStatusPtr |
d14a1e28 | 126 | wxHtmlHelpData = wx.html.HtmlHelpData |
423af76e | 127 | wxHtmlHelpDataPtr = wx.html.HtmlHelpDataPtr |
d14a1e28 | 128 | wxHtmlHelpFrame = wx.html.HtmlHelpFrame |
423af76e | 129 | wxHtmlHelpFramePtr = wx.html.HtmlHelpFramePtr |
d14a1e28 RD |
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 | |
423af76e | 140 | wxHtmlHelpControllerPtr = wx.html.HtmlHelpControllerPtr |
d14a1e28 RD |
141 | |
142 |