X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/splash.h diff --git a/interface/wx/splash.h b/interface/wx/splash.h index 26dedbf6f9..2e09981951 100644 --- a/interface/wx/splash.h +++ b/interface/wx/splash.h @@ -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