From 0d5c7b2dca9b1fc476b4e7146ff92dde91481d6b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 22 Jun 2007 02:01:40 +0000 Subject: [PATCH] document CreateConfig() (extended patch 1739374) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/apptraits.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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} -- 2.45.2