]> git.saurik.com Git - wxWidgets.git/commitdiff
description of Write() return value added
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Feb 1999 23:12:41 +0000 (23:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Feb 1999 23:12:41 +0000 (23:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/textfile.tex

index 0ffa822a364d59d02d3fea4696f239f3c16583c1..6c6720ac776469a81d8b1506c3d88a2e3a2bfb77 100644 (file)
@@ -233,6 +233,8 @@ Change the file on disk. The {\it typeNew} parameter allows you to change the
 file format (default argument means "don't change type") and may be used to
 convert, for example, DOS files to Unix.
 
+Returns TRUE if operation succeeded, FALSE if it failed.
+
 \membersection{wxTextFile::GetEOL}\label{wxtextfilegeteol}
 
 \constfunc{static const char*}{GetEOL}{\param{wxTextFileType }{type = typeDefault}}