]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wxPython/lib/activexwrapper.py
corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base
[wxWidgets.git] / wxPython / wxPython / lib / activexwrapper.py
CommitLineData
d14a1e28
RD
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.
f6bcfd97 4
d14a1e28 5import wx.lib.activexwrapper
f6bcfd97 6
d14a1e28 7__doc__ = wx.lib.activexwrapper.__doc__
f6bcfd97 8
d14a1e28
RD
9MakeActiveXClass = wx.lib.activexwrapper.MakeActiveXClass
10axw_Cleanup = wx.lib.activexwrapper.axw_Cleanup
11axw_OEB = wx.lib.activexwrapper.axw_OEB
12axw_OnSize = wx.lib.activexwrapper.axw_OnSize
13axw__getattr__ = wx.lib.activexwrapper.axw__getattr__
14axw__init__ = wx.lib.activexwrapper.axw__init__