.. include:: headings.inc .. currentmodule:: lib.splashscreen .. highlight:: python .. _lib.splashscreen.SplashScreen: ========================================================================================================================================== |phoenix_title| **SplashScreen** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **SplashScreen** .. raw:: html

Inheritance diagram of SplashScreen

| |super_classes| Known Superclasses ================================== :class:`Frame` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.splashscreen.SplashScreen.__init__` parent, ID, title, style -- see wx.Frame :meth:`~lib.splashscreen.SplashScreen.OnCloseWindow` :meth:`~lib.splashscreen.SplashScreen.OnEraseBG` :meth:`~lib.splashscreen.SplashScreen.OnMouseClick` :meth:`~lib.splashscreen.SplashScreen.OnPaint` :meth:`~lib.splashscreen.SplashScreen.OnSplashExitDefault` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SplashScreen(Frame) .. method:: __init__(self, parent, ID=-1, title="SplashScreen", style=SIMPLE_BORDER|STAY_ON_TOP, duration=1500, bitmapfile="bitmaps/splashscreen.bmp", callback = None) parent, ID, title, style -- see wx.Frame duration -- milliseconds to display the splash screen bitmapfile -- absolute or relative pathname to image file callback -- if specified, is called when timer completes, callback is responsible for closing the splash screen .. method:: OnCloseWindow(self, event=None) .. method:: OnEraseBG(self, event) .. method:: OnMouseClick(self, event) .. method:: OnPaint(self, event) .. method:: OnSplashExitDefault(self, event=None)