objects.gui.startupSplashScreen.startupSplashScreen Class Reference

This class is a simple wrapper to the wx.SpashScreen object. More...

List of all members.

Public Member Functions

def __init__


Detailed Description

This class is a simple wrapper to the wx.SpashScreen object.

It will simply display a short lived splash screen when the application is initialized

Definition at line 23 of file startupSplashScreen.py.


Member Function Documentation

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)


The documentation for this class was generated from the following file:

Generated on Mon Mar 30 00:26:32 2009 for EyeSpy by  doxygen 1.5.8