]>
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. | |
49875c53 | 4 | |
d14a1e28 | 5 | import wx.lib.imagebrowser |
1e4a197e | 6 | |
d14a1e28 | 7 | __doc__ = wx.lib.imagebrowser.__doc__ |
faf82e9b | 8 | |
d14a1e28 RD |
9 | ConvertBMP = wx.lib.imagebrowser.ConvertBMP |
10 | FindFiles = wx.lib.imagebrowser.FindFiles | |
11 | GetSize = wx.lib.imagebrowser.GetSize | |
12 | ImageDialog = wx.lib.imagebrowser.ImageDialog | |
13 | ImageView = wx.lib.imagebrowser.ImageView | |
14 | OnFileDlg = wx.lib.imagebrowser.OnFileDlg |