X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/631f1bfed5d2df0215035207355d838328237578..3b415ba4cdee694574d7235ff0b8341f105cddfe:/docs/latex/wx/textfile.tex diff --git a/docs/latex/wx/textfile.tex b/docs/latex/wx/textfile.tex index 0ffa822a36..fb612de7da 100644 --- a/docs/latex/wx/textfile.tex +++ b/docs/latex/wx/textfile.tex @@ -45,9 +45,14 @@ termination type if you wish. No base class +\wxheading{Include files} + + + \wxheading{Data structures} The following constants identify the line termination type: + \begin{verbatim} enum wxTextFileType { @@ -233,6 +238,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}}