]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/splash.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / splash.h
index 26dedbf6f9606c29c3720c8f62bff7f49d9aa0a1..2e09981951f0a48cfd6defe600746168396b17c2 100644 (file)
@@ -2,10 +2,16 @@
 // Name:        splash.h
 // Purpose:     interface of wxSplashScreen
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // 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