]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splash.h
Script mods
[wxWidgets.git] / include / wx / generic / splash.h
index c5820ef9241c568a7979c3ed21c3408ceaa432a4..dc5c195930cf9d89ff82c17b60566fbcef9dcdd5 100644 (file)
@@ -43,9 +43,13 @@ class WXDLLEXPORT wxSplashScreenWindow;
 class WXDLLEXPORT wxSplashScreen: public wxFrame
 {
 public:
-    // for RTTI macros obly
+    // for RTTI macros only
     wxSplashScreen() {};
-    wxSplashScreen(const wxBitmap& bitmap, long splashStyle, int milliseconds, wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSIMPLE_BORDER|wxFRAME_FLOAT_ON_PARENT);
+    wxSplashScreen(const wxBitmap& bitmap, long splashStyle, int milliseconds,
+                   wxWindow* parent, wxWindowID id,
+                   const wxPoint& pos = wxDefaultPosition,
+                   const wxSize& size = wxDefaultSize,
+                   long style = wxSIMPLE_BORDER|wxFRAME_NO_TASKBAR|wxSTAY_ON_TOP);
     ~wxSplashScreen();
 
     void OnCloseWindow(wxCloseEvent& event);