]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/apptraits.tex
clarified global and local config files behavior
[wxWidgets.git] / docs / latex / wx / apptraits.tex
index aba7737e8d166c7c515ae6c0c63e96bb0d34f5f1..a407e4b740f4d9a2e6a027e1fd09087f075fe086 100644 (file)
@@ -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}