if wx.Platform != '__WXMAC__':
# setup a taskbar icon, and catch some events from it
- dim = 16 # (may want to use 22 on wxGTK...)
+ dim = 16 # (may want to use 22 on wxGTK, but 16b looks okay too)
icon = wx.IconFromBitmap(
images.getMondrianImage().Scale(dim,dim).ConvertToBitmap() )
#icon = wx.Icon('bmp_source/mondrian.ico', wx.BITMAP_TYPE_ICO)
the main frame when it is time to do so.
"""
+ # For debugging
+ #self.SetAssertMode(wx.PYAPP_ASSERT_DIALOG)
+
# Normally when using a SplashScreen you would create it, show
# it and then continue on with the applicaiton's
# initialization, finally creating and showing the main