]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/splash.h
store selected indices as unsigned int, not size_t, in wxSelectionStore, we don't...
[wxWidgets.git] / interface / splash.h
index 3bf0360243859e65a8c13df58ec1dbb9e40019f5..ae408f6bb0c8fd157202bb257fb42bdeccf0510a 100644 (file)
@@ -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);
 };
+