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