Table Of Contents

Previous topic

splashscreen

Next topic

splitter

This Page

phoenix_title SplashScreen


class_hierarchy Inheritance Diagram

Inheritance diagram for class SplashScreen

Inheritance diagram of SplashScreen


super_classes Known Superclasses

Frame


method_summary Methods Summary

__init__ parent, ID, title, style – see wx.Frame
OnCloseWindow  
OnEraseBG  
OnMouseClick  
OnPaint  
OnSplashExitDefault  

api Class API



class SplashScreen(Frame)

Methods



__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



OnCloseWindow(self, event=None)


OnEraseBG(self, event)


OnMouseClick(self, event)


OnPaint(self, event)


OnSplashExitDefault(self, event=None)