X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/466e87bd8c80937ca21e8471dc45ed49480675b6..066f3611df971be93b2ec46b82c2f05f3ff9a422:/docs/latex/wx/fileconf.tex diff --git a/docs/latex/wx/fileconf.tex b/docs/latex/wx/fileconf.tex index 0c2003d678..9351ab41c7 100644 --- a/docs/latex/wx/fileconf.tex +++ b/docs/latex/wx/fileconf.tex @@ -23,18 +23,23 @@ Windows. \wxheading{Derived from} -\helpref{wxConfigBase}{wxconfigbase} +\helpref{wxConfigBase}{wxconfigbase}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \helponly{\insertatlevel{2}{\wxheading{Members}}} \membersection{wxFileConfig::wxFileConfig}\label{wxfileconfigctor} -\func{}{wxFileConfig}{\param{wxInputStream\& }{is}, \param{wxMBConv\& }{conv = wxConvUTF8}} +\func{}{wxFileConfig}{\param{wxInputStream\& }{is}, \param{const wxMBConv\& }{conv = wxConvAuto()}} Read the config data from the specified stream instead of the associated file, as usual. @@ -72,7 +77,7 @@ path name. \membersection{wxFileConfig::Save}\label{wxfileconfigsave} -\func{bool}{Save}{\param{wxOutputStream\& }{os}, \param{wxMBConv\& }{conv = wxConvUTF8}} +\func{bool}{Save}{\param{wxOutputStream\& }{os}, \param{const wxMBConv\& }{conv = wxConvAuto()}} Saves all config data to the given stream, returns \true if data was saved successfully or \false on error.