]>
Commit | Line | Data |
---|---|---|
e166644c RD |
1 | |
2 | # Stuff these names into the wx namespace so wxPyConstructObject can find them | |
3 | import wx | |
b1462dfa | 4 | wx.wxHtmlTagPtr = wxHtmlTagPtr |
e166644c RD |
5 | wx.wxHtmlParserPtr = wxHtmlParserPtr |
6 | wx.wxHtmlWinParserPtr = wxHtmlWinParserPtr | |
7 | wx.wxHtmlTagHandlerPtr = wxHtmlTagHandlerPtr | |
8 | wx.wxHtmlWinTagHandlerPtr = wxHtmlWinTagHandlerPtr | |
9 | wx.wxHtmlCellPtr = wxHtmlCellPtr | |
10 | wx.wxHtmlContainerCellPtr = wxHtmlContainerCellPtr | |
11 | wx.wxHtmlWidgetCellPtr = wxHtmlWidgetCellPtr | |
e166644c | 12 | wx.wxHtmlWindowPtr = wxHtmlWindowPtr |
95837b4d | 13 | wx.wxHtmlLinkInfoPtr = wxHtmlLinkInfoPtr |