X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/423af76e39d975fff4e0030460e3aba795030b54..db914595539caa89c08b9b7cb468384b098d1886:/wxPython/wxPython/html.py diff --git a/wxPython/wxPython/html.py b/wxPython/wxPython/html.py index 2cc18cc998..9a923d0d15 100644 --- a/wxPython/wxPython/html.py +++ b/wxPython/wxPython/html.py @@ -19,6 +19,9 @@ del sys, _wx # Now assign all the reverse-renamed names: +wxHtmlWindowNameStr = wx.html.HtmlWindowNameStr +wxHtmlPrintoutTitleStr = wx.html.HtmlPrintoutTitleStr +wxHtmlPrintingTitleStr = wx.html.HtmlPrintingTitleStr wxHTML_ALIGN_LEFT = wx.html.HTML_ALIGN_LEFT wxHTML_ALIGN_CENTER = wx.html.HTML_ALIGN_CENTER wxHTML_ALIGN_RIGHT = wx.html.HTML_ALIGN_RIGHT @@ -98,19 +101,19 @@ wxHtmlWidgetCell = wx.html.HtmlWidgetCell wxHtmlWidgetCellPtr = wx.html.HtmlWidgetCellPtr wxHtmlFilter = wx.html.HtmlFilter wxHtmlFilterPtr = wx.html.HtmlFilterPtr -wxPreHtmlWindow = wx.html.PreHtmlWindow -wxHtmlWindow_AddFilter = wx.html.HtmlWindow_AddFilter wxHtmlWindow = wx.html.HtmlWindow wxHtmlWindowPtr = wx.html.HtmlWindowPtr +wxPreHtmlWindow = wx.html.PreHtmlWindow +wxHtmlWindow_AddFilter = wx.html.HtmlWindow_AddFilter wxHtmlDCRenderer = wx.html.HtmlDCRenderer wxHtmlDCRendererPtr = wx.html.HtmlDCRendererPtr wxPAGE_ODD = wx.html.PAGE_ODD wxPAGE_EVEN = wx.html.PAGE_EVEN wxPAGE_ALL = wx.html.PAGE_ALL -wxHtmlPrintout_AddFilter = wx.html.HtmlPrintout_AddFilter -wxHtmlPrintout_CleanUpStatics = wx.html.HtmlPrintout_CleanUpStatics wxHtmlPrintout = wx.html.HtmlPrintout wxHtmlPrintoutPtr = wx.html.HtmlPrintoutPtr +wxHtmlPrintout_AddFilter = wx.html.HtmlPrintout_AddFilter +wxHtmlPrintout_CleanUpStatics = wx.html.HtmlPrintout_CleanUpStatics wxHtmlEasyPrinting = wx.html.HtmlEasyPrinting wxHtmlEasyPrintingPtr = wx.html.HtmlEasyPrintingPtr wxHtmlBookRecord = wx.html.HtmlBookRecord