X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a47d3c193a8358f9be6a9249af28b6cb10eacff..154f22b3facdbca2cb89e091ae2ea1398bfad9d1:/docs/latex/wx/app.tex diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index b8833be0e6..12e553cd56 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -441,3 +441,15 @@ needs to use the top window. \helpref{wxApp::GetTopWindow}{wxappgettopwindow}, \helpref{wxApp::OnInit}{wxapponinit} +\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 defines and chooses which icon to return.} +