X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8461e4c253d4cec65e8f0320246a56d22555eb5e..a84ece11fffdde5d1bbd254ba58ac3cee79c2e77:/docs/latex/wx/app.tex?ds=sidebyside diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 2a3ba6fb0e..00aff20c0c 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -424,7 +424,6 @@ Under Windows, OnQueryEndSession is called in response to the WM\_QUERYENDSESSIO \wxheading{See also} \helpref{wxWindow::Close}{wxwindowclose},\rtfsp -\helpref{wxWindow::OnCloseWindow}{wxwindowonclosewindow},\rtfsp \helpref{wxCloseEvent}{wxcloseevent} %% GD: OnXXX functions are not documented %%\helpref{wxApp::OnEndSession}{wxapponendsession} @@ -482,7 +481,6 @@ If TRUE is returned, more OnIdle processing is requested by one or more window. %% GD: OnXXX functions are not documented %%\helpref{wxApp::OnIdle}{wxapponidle} -\helpref{wxWindow::OnIdle}{wxwindowonidle},\rtfsp \helpref{wxIdleEvent}{wxidleevent} \membersection{wxApp::SetAppName}\label{wxappsetappname} @@ -571,20 +569,6 @@ wxWindows. \helpref{wxApp::GetVendorName}{wxappgetvendorname} -\membersection{wxApp::GetStdIcon}\label{wxappgetstdicon} - -\func{virtual wxIcon}{GetStdIcon}{\param{int }{which}} const - -Returns the icons used by wxWindows internally, e.g. the ones used for -message boxes. This function is used internally and -can be overridden by the user to change the default icons. - -\wxheading{Parameters} - -\docparam{which}{One of the wxICON\_XXX specifies which icon to return.} - -See \helpref{wxMessageBox}{wxmessagebox} for a list of icon identifiers. - \membersection{wxApp::SetUseBestVisual}\label{wxappsetusebestvisual} \func{void}{SetUseBestVisual}{\param{bool}{ flag}} @@ -603,7 +587,7 @@ This function currently only has effect under GTK. \docparam{flag}{If TRUE, the app will use the best visual.} -\membersection{wxApp::Yield}{wxappyield} +\membersection{wxApp::Yield}\label{wxappyield} \func{bool}{Yield}{\param{bool}{ onlyIfNeeded = FALSE}}