1. Added Clipboard and Drag-and-Drop classes 2. Added wxFontEnumerator 3. Many changes to wxMenu, wxMenubar 4. Various other changes and additions 5. Updates to the demo 6. Documentation updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
573 B
Python
14 lines
573 B
Python
|
|
# Stuff these names into the wx namespace so wxPyConstructObject can find them
|
|
import wx
|
|
wx.wxHtmlTagPtr = wxHtmlTagPtr
|
|
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
|