]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tempfile.tex
Small corrections -- please remember to put a blank line at the end of each input...
[wxWidgets.git] / docs / latex / wx / tempfile.tex
index 4fe80189c93e22f75b91957d50a34ff3b7daae71..01a31ffdb293f79d562bd2826a79ef548d3bff69 100644 (file)
@@ -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}