]> git.saurik.com Git - wxWidgets.git/commitdiff
Interface fixes for Phoenix
authorRobin Dunn <robin@alldunn.com>
Thu, 24 May 2012 23:26:27 +0000 (23:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 24 May 2012 23:26:27 +0000 (23:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/splash.h

index 26dedbf6f9606c29c3720c8f62bff7f49d9aa0a1..9da9b593ff43ab7896ddbf54fcbe6ae964d0ae5f 100644 (file)
@@ -6,6 +6,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // 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
 
 /**
     @class wxSplashScreen