]>
Commit | Line | Data |
---|---|---|
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 | 5 | import wx.lib.activexwrapper |
f6bcfd97 | 6 | |
d14a1e28 | 7 | __doc__ = wx.lib.activexwrapper.__doc__ |
f6bcfd97 | 8 | |
d14a1e28 RD |
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__ |