]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fileconf.tex
use wxBORDER_NONE instead of wxNO_BORDER
[wxWidgets.git] / docs / latex / wx / fileconf.tex
index 0c2003d6786487a389caccfa37db3d93bbb41b24..bd28be8342d425bd160cd1d1acc00a8e9bfc907c 100644 (file)
@@ -29,12 +29,16 @@ Windows.
 
 <wx/fileconf.h>
 
+\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.