Public Member Functions | |
| def | __init__ |
It will simply display a short lived splash screen when the application is initialized
Definition at line 23 of file startupSplashScreen.py.
| def objects.gui.startupSplashScreen.startupSplashScreen.__init__ | ( | self, | ||
parent = None | ||||
| ) |
Definition at line 24 of file startupSplashScreen.py.
00024 : 00025 splashBitmap = wx.Image(name = globalStrings.splash_eyespy_startup).ConvertToBitmap() 00026 splashStyle = wx.SPLASH_CENTRE_ON_SCREEN 00027 00028 wx.SplashScreen.__init__(self, splashBitmap, splashStyle, -1, parent) wx.SplashScreen.__init__(self, splashBitmap, splashStyle, -1, parent)
1.5.8