]>
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. | |
4 | ||
5 | import wx.lib.multisash | |
6 | ||
7 | __doc__ = wx.lib.multisash.__doc__ | |
8 | ||
9 | EmptyChild = wx.lib.multisash.EmptyChild | |
10 | MultiClient = wx.lib.multisash.MultiClient | |
11 | MultiCloser = wx.lib.multisash.MultiCloser | |
12 | MultiCreator = wx.lib.multisash.MultiCreator | |
13 | MultiSizer = wx.lib.multisash.MultiSizer | |
d4b73b1b RD |
14 | wxMultiSash = wx.lib.multisash.MultiSash |
15 | wxMultiSplit = wx.lib.multisash.MultiSplit | |
16 | wxMultiViewLeaf = wx.lib.multisash.MultiViewLeaf |