X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4483a3d2999a8337854c84a2e09614524fe5473e..5e1fd3eb6103c8f91bcec37ddffe322b8ddbfaa5:/docs/latex/wx/apptraits.tex diff --git a/docs/latex/wx/apptraits.tex b/docs/latex/wx/apptraits.tex index aba7737e8d..a407e4b740 100644 --- a/docs/latex/wx/apptraits.tex +++ b/docs/latex/wx/apptraits.tex @@ -36,6 +36,19 @@ None \latexignore{\rtfignore{\wxheading{Members}}} +\membersection{wxAppTraits::CreateConfig}\label{wxapptraitscreateconfig} + +\func{virtual wxConfigBase *}{CreateConfig}{\void} + +Called by wxWidgets to create the default configuration object for the +application. The default version creates a registry-based +\helpref{wxRegConfig}{wxconfigbase} class under MSW and +\helpref{wxFileConfig}{wxfileconfig} under all other platforms. The +\helpref{wxApp}{wxapp} \helpref{GetAppName()}{wxappgetappname} and +\helpref{GetVendorName()}{wxappgetvendorname} methods are used to determine the +registry key or file name. + + \membersection{wxAppTraits::CreateFontMapper}\label{wxapptraitscreatefontmapper} \func{virtual wxFontMapper *}{CreateFontMapper}{\void}