(25,25))
bmp = wx.Bitmap(opj('bitmaps/toucan.png'))
- if wx.Platform == "__WXGTK__":
+ if "__WXGTK__" in wx.PlatformInfo:
# try to make up for it a bit...
bmp.SetMaskColour("black")
<h2><center>Images with Alpha</center></h2>
wxMSW and wxMac now support alpha channels of supported image
-types, and will properly blend that chennel when drawing a
+types, and will properly blend that channel when drawing a
bitmap. It is not supported yet on wxGTK, (if you would like to
change that please submit a patch!)