documentation for wxAppTraits (patch 1518295 from Francesco)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-24 18:20:18 +00:00
parent 3e6e514739
commit afdf936cbc
3 changed files with 133 additions and 0 deletions

View File

@@ -74,6 +74,18 @@ implementation returns a new wxLogGui class.
\helpref{wxLog}{wxlog}
\membersection{wxApp::CreateTraits}\label{wxappcreatetraits}
\func{virtual wxAppTraits *}{CreateTraits}{\void}
Creates the \helpref{wxAppTraits}{wxapptraits} object when \helpref{GetTraits}{wxappgettraits}
needs it for the first time.
\wxheading{See also}
\helpref{wxAppTraits}{wxapptraits}
\membersection{wxApp::Dispatch}\label{wxappdispatch}
\func{virtual void}{Dispatch}{\void}
@@ -178,6 +190,17 @@ function will find the first top-level window (frame or dialog) and return that.
\helpref{SetTopWindow}{wxappsettopwindow}
\membersection{wxApp::GetTraits}\label{wxappgettraits}
\func{wxAppTraits *}{GetTraits}{\void}
Returns a pointer to the \helpref{wxAppTraits}{wxapptraits} object for the application.
If you want to customize the \helpref{wxAppTraits}{wxapptraits} object, you must override the
\helpref{CreateTraits}{wxappcreatetraits} function.
\membersection{wxApp::GetUseBestVisual}\label{wxappgetusebestvisual}
\constfunc{bool}{GetUseBestVisual}{\void}