]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/PythonBitmaps.py
Dtor for wxHtmlCell
[wxWidgets.git] / wxPython / wxPython / lib / PythonBitmaps.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.PythonBitmaps
6
7 __doc__ = wx.lib.PythonBitmaps.__doc__
8
9 PythonBitmaps = wx.lib.PythonBitmaps.PythonBitmaps
10 getPythonPoweredBitmap = wx.lib.PythonBitmaps.getPythonPoweredBitmap
11 getPythonPoweredData = wx.lib.PythonBitmaps.getPythonPoweredData
12 getPythonPoweredImage = wx.lib.PythonBitmaps.getPythonPoweredImage
13 getwxPythonBitmap = wx.lib.PythonBitmaps.getwxPythonBitmap
14 getwxPythonData = wx.lib.PythonBitmaps.getwxPythonData
15 getwxPythonImage = wx.lib.PythonBitmaps.getwxPythonImage