Hugintrunk
0.1
|
class for showing splash screen the class wxSplashScreen from wxWidgets does not work correctly for our use case, it closes automatically the window if the user presses a key or does mouse clicks. More...
Public Member Functions | |
HuginSplashScreen () | |
HuginSplashScreen (wxWindow *parent, wxBitmap bitmap) | |
class for showing splash screen the class wxSplashScreen from wxWidgets does not work correctly for our use case, it closes automatically the window if the user presses a key or does mouse clicks.
These modified version does ignore these events. The window needs to be explicitly closed by the caller
Definition at line 87 of file MainFrame.cpp.
|
inline |
Definition at line 90 of file MainFrame.cpp.
|
inline |
Definition at line 91 of file MainFrame.cpp.