Package conduit :: Package gtkui :: Module UI :: Class SplashScreen
[hide private]

Class SplashScreen

source code

Simple splash screen class which shows an image for a predetermined period of time or until SplashScreen.destroy is called.

Code adapted from banshee

Instance Methods [hide private]
 
__init__(self)
Constructor
source code
 
show(self)
Builds the splashscreen and connects the splash window to be destroyed via a timeout callback in SplashScreen.DELAYmsec time.
source code
 
destroy(self)
Destroys the splashscreen.
source code
Class Variables [hide private]
  DELAY = 1500
Method Details [hide private]

show(self)

source code 

Builds the splashscreen and connects the splash window to be destroyed via a timeout callback in SplashScreen.DELAYmsec time.

The splash can also be destroyed manually by the application

destroy(self)

source code 
Destroys the splashscreen. Can be safely called manually (prior to) or via the timer callback