X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/466e87bd8c80937ca21e8471dc45ed49480675b6..8f689717910e8997c90257a031c426374608aead:/docs/latex/wx/fileconf.tex diff --git a/docs/latex/wx/fileconf.tex b/docs/latex/wx/fileconf.tex index 0c2003d678..bd28be8342 100644 --- a/docs/latex/wx/fileconf.tex +++ b/docs/latex/wx/fileconf.tex @@ -29,12 +29,16 @@ Windows. +\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 +76,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.