]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/apptraits.tex
added support for broadcasting to UDP sockets (patch 1740266)
[wxWidgets.git] / docs / latex / wx / apptraits.tex
index 005a1215e368710d48092279835d08c93769c643..a407e4b740f4d9a2e6a027e1fd09087f075fe086 100644 (file)
@@ -36,6 +36,19 @@ None
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \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}
 \membersection{wxAppTraits::CreateFontMapper}\label{wxapptraitscreatefontmapper}
 
 \func{virtual wxFontMapper *}{CreateFontMapper}{\void}
@@ -75,8 +88,8 @@ NOTE: returned pointer will be deleted by the caller.
 This method returns the name of the desktop environment currently
 running in a Unix desktop. Currently only "KDE" or "GNOME" are
 supported and the code uses the X11 session protocol vendor name
 This method returns the name of the desktop environment currently
 running in a Unix desktop. Currently only "KDE" or "GNOME" are
 supported and the code uses the X11 session protocol vendor name
-to figure out, which desktop environment is running. The methods
-return an empty string otherwise and on all other platforms.
+to figure out, which desktop environment is running. The method
+returns an empty string otherwise and on all other platforms.
 
 \membersection{wxAppTraits::GetStandardPaths}\label{wxapptraitsgetstandardpaths}
 
 
 \membersection{wxAppTraits::GetStandardPaths}\label{wxapptraitsgetstandardpaths}