X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2819545569bbbfcade45a1bfe91d7c53b7c82f5d..e166644c534521f311e4f010b0829c7c9951e7a3:/utils/wxPython/modules/html/_extras.py?ds=inline diff --git a/utils/wxPython/modules/html/_extras.py b/utils/wxPython/modules/html/_extras.py new file mode 100644 index 0000000000..6514f173f3 --- /dev/null +++ b/utils/wxPython/modules/html/_extras.py @@ -0,0 +1,13 @@ + +# Stuff these names into the wx namespace so wxPyConstructObject can find them +import wx +wx.wxHtmlTagPtr = wxHtmlTag +wx.wxHtmlParserPtr = wxHtmlParserPtr +wx.wxHtmlWinParserPtr = wxHtmlWinParserPtr +wx.wxHtmlTagHandlerPtr = wxHtmlTagHandlerPtr +wx.wxHtmlWinTagHandlerPtr = wxHtmlWinTagHandlerPtr +wx.wxHtmlCellPtr = wxHtmlCellPtr +wx.wxHtmlContainerCellPtr = wxHtmlContainerCellPtr +wx.wxHtmlWidgetCellPtr = wxHtmlWidgetCellPtr +wx.HtmlHistoryItemPtr = HtmlHistoryItemPtr +wx.wxHtmlWindowPtr = wxHtmlWindowPtr