Definition at line 45 of file gui.py.
◆ __init__()
def gui.SplashScreen.__init__ |
( |
|
self, |
|
|
|
file |
|
) |
| |
Definition at line 46 of file gui.py.
References gui.SplashScreen.OnClose().
48 wx.SplashScreen.__init__(self, bmp,
49 wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT,
51 self.Bind(wx.EVT_CLOSE, self.OnClose)
◆ OnClose()
def gui.SplashScreen.OnClose |
( |
|
self, |
|
|
|
evt |
|
) |
| |
The documentation for this class was generated from the following file:
- /home/eleclhcb/LHCb/lbcat-cmake/CatPython/python/gui.py