X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..8b6e6947fc8fb946391740d66b140413eccb6b6c:/docs/latex/wx/tempfile.tex diff --git a/docs/latex/wx/tempfile.tex b/docs/latex/wx/tempfile.tex index 4fe80189c9..01a31ffdb2 100644 --- a/docs/latex/wx/tempfile.tex +++ b/docs/latex/wx/tempfile.tex @@ -81,10 +81,13 @@ Write to the file, return TRUE on success, FALSE on failure. \membersection{wxTempFile::Write}\label{wxtempfilewrites} -\func{bool}{Write}{\param{const wxString\& }{str}} +\func{bool}{Write}{\param{const wxString\& }{str}, \param{wxMBConv&}{ conv = wxConvLibc}} Write to the file, return TRUE on success, FALSE on failure. +The second argument is only meaningful in Unicode build of wxWindows when +{\it conv} is used to convert {\it str} to multibyte representation. + \membersection{wxTempFile::Commit}\label{wxtempfilecommit} \func{bool}{Commit}{\void}