Dabo.ui.bitmapFromData
From Dabo Wiki
Contents
Signature
dabo.ui.bitmapFromData(data)
Description
Using the img2py.py script in the wx.tools folder, you can convert an image to a text stream that can be included in a Python script. This allows for greater portability, since you don't need to distribute a separate image file.
Returns
wx.Bitmap object.
Comments
Rarely used by a programmer; mostly used internally by the framework.