]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/activexwrapper.py
removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown...
[wxWidgets.git] / wxPython / wxPython / lib / activexwrapper.py
1 ## This file imports items from the wx package into the wxPython package for
2 ## backwards compatibility. Some names will also have a 'wx' added on if
3 ## that is how they used to be named in the old wxPython package.
4
5 import wx.lib.activexwrapper
6
7 __doc__ = wx.lib.activexwrapper.__doc__
8
9 MakeActiveXClass = wx.lib.activexwrapper.MakeActiveXClass
10 axw_Cleanup = wx.lib.activexwrapper.axw_Cleanup
11 axw_OEB = wx.lib.activexwrapper.axw_OEB
12 axw_OnSize = wx.lib.activexwrapper.axw_OnSize
13 axw__getattr__ = wx.lib.activexwrapper.axw__getattr__
14 axw__init__ = wx.lib.activexwrapper.axw__init__