Table of Contents
Subclass and override CreateWidgets()
CreateWidgets()
In constructor of main window/application call
S = SplashScreen(main=self) (if caller is Toplevel) - S = SplashScreen(main=self.master) (if caller is Frame)
S.Destroy() after you are done creating your widgets etc.
CenterOnScreen ( self )
CreateWidgets ( self )
Destroy ( self )
__init__ ( self, master=None )