]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/splash.tex
added FromAscii(unsigned char *) overloads
[wxWidgets.git] / docs / latex / wx / splash.tex
index cd0193bd2fe4648e15dc1fabd9bde0e423dabf0f..574779282f095648091cb935abfed34ebf054941 100644 (file)
@@ -17,7 +17,7 @@ Example usage:
   }
   wxYield();
 \end{verbatim}
+
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
@@ -29,11 +29,15 @@ Example usage:
 
 <wx/splash.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxSplashScreen::wxSplashScreen}\label{wxsplashscreenwxsplashscreen}
 
-\func{}{wxSplashScreen}{\param{const wxBitmap\& }{bitmap}, \param{long }{splashStyle}, \param{int }{milliseconds}, \param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxSIMPLE\_BORDER}}
+\func{}{wxSplashScreen}{\param{const wxBitmap\& }{bitmap}, \param{long }{splashStyle}, \param{int }{milliseconds}, \param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxSIMPLE\_BORDER|wxFRAME\_NO\_TASKBAR|wxSTAY\_ON\_TOP}}
 
 Construct the splash screen passing a bitmap, a style, a timeout, a window id, optional position
 and size, and a window style.