]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/splash.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / splash.h
index ecbe73ee91323a4543283e6e664f5a36f69fbd16..9da9b593ff43ab7896ddbf54fcbe6ae964d0ae5f 100644 (file)
@@ -3,9 +3,16 @@
 // Purpose:     interface of wxSplashScreen
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#define wxSPLASH_CENTRE_ON_PARENT   0x01
+#define wxSPLASH_CENTRE_ON_SCREEN   0x02
+#define wxSPLASH_NO_CENTRE          0x00
+#define wxSPLASH_TIMEOUT            0x04
+#define wxSPLASH_NO_TIMEOUT         0x00
+
+
 /**
     @class wxSplashScreen