- wx.StaticText(self, -1, "This is a wxStaticBitmap.", (45, 15))
+ wx.StaticText(self, -1, "This is a wx.StaticBitmap.", (45, 15))
bmp = images.getTest2Bitmap()
mask = wx.MaskColour(bmp, wx.BLUE)
bmp = images.getTest2Bitmap()
mask = wx.MaskColour(bmp, wx.BLUE)
The bitmap to be displayed should have a small number of colours, such as 16,
to avoid palette problems.
The bitmap to be displayed should have a small number of colours, such as 16,
to avoid palette problems.