]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/textfile.tex
1. fixed crash in wxDateTime::ParseDate
[wxWidgets.git] / docs / latex / wx / textfile.tex
index 0ffa822a364d59d02d3fea4696f239f3c16583c1..fb612de7da956f09bef28ad96f81cf9a9786174b 100644 (file)
@@ -45,9 +45,14 @@ termination type if you wish.
 
 No base class
 
 
 No base class
 
+\wxheading{Include files}
+
+<wx/textfile.h>
+
 \wxheading{Data structures}
 
 The following constants identify the line termination type:
 \wxheading{Data structures}
 
 The following constants identify the line termination type:
+
 \begin{verbatim}
 enum wxTextFileType
 {
 \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.
 
 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}}
 \membersection{wxTextFile::GetEOL}\label{wxtextfilegeteol}
 
 \constfunc{static const char*}{GetEOL}{\param{wxTextFileType }{type = typeDefault}}