X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e725ba4fc2984f86fc64c405ecb50883e2178e6e..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/splash.h diff --git a/interface/wx/splash.h b/interface/wx/splash.h index ecbe73ee91..9da9b593ff 100644 --- a/interface/wx/splash.h +++ b/interface/wx/splash.h @@ -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