X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3c10211e41d4e79c3775207ba02f9a4872087aa..6aaee6afdcde7c9e677f642303d4988a66cb9dc9:/docs/latex/wx/splash.tex diff --git a/docs/latex/wx/splash.tex b/docs/latex/wx/splash.tex index cd0193bd2f..5c9907b3b5 100644 --- a/docs/latex/wx/splash.tex +++ b/docs/latex/wx/splash.tex @@ -13,14 +13,15 @@ Example usage: wxSplashScreen* splash = new wxSplashScreen(bitmap, wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_TIMEOUT, 6000, NULL, -1, wxDefaultPosition, wxDefaultSize, - wxSIMPLE_BORDER|wxSTAY_ON_TOP); + wxBORDER_SIMPLE|wxSTAY_ON_TOP); } wxYield(); \end{verbatim} - + \wxheading{Derived from} \helpref{wxFrame}{wxframe}\\ +\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} @@ -29,11 +30,15 @@ Example usage: +\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 = wxBORDER\_SIMPLE|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.