X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..27608f1130d577131674dc546b62ef11f75226d1:/interface/splash.h diff --git a/interface/splash.h b/interface/splash.h index 3bf0360243..ae408f6bb0 100644 --- a/interface/splash.h +++ b/interface/splash.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: splash.h -// Purpose: documentation for wxSplashScreen class +// Purpose: interface of wxSplashScreen // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -65,17 +65,17 @@ public: Returns the splash style (see wxSplashScreen() for details). */ - long GetSplashStyle(); + long GetSplashStyle() const; /** Returns the window used to display the bitmap. */ - wxSplashScreenWindow* GetSplashWindow(); + wxSplashScreenWindow* GetSplashWindow() const; /** Returns the timeout in milliseconds. */ - int GetTimeout(); + int GetTimeout() const; /** Reimplement this event handler if you want to set an application variable on @@ -83,3 +83,4 @@ public: */ void OnCloseWindow(wxCloseEvent& event); }; +