Package pyraf :: Module splash
[hide private]
[frames] | no frames]

Module splash

source code

splash.py: Display PyRAF splash screen

R. White, 2001 Dec 15

Classes [hide private]
  SplashScreen
Base class for splash screen
  PyrafSplash
PyRAF splash screen
  IrafMonitorSplash
PyRAF splash screen that also acts as IRAF task execution monitor
Functions [hide private]
 
splash(label="PyRAF Execution Monitor", background="LightYellow", **kw)
Display the PyRAF splash screen
source code
Variables [hide private]
  logo = "pyraflogo_rgb_web.gif"

Imports: os, sys, Tkinter, irafglobals, wutil


Function Details [hide private]

splash(label="PyRAF Execution Monitor", background="LightYellow", **kw)

source code 

Display the PyRAF splash screen

Silently does nothing if Tkinter is not usable.