]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/textfile.tex
a bit more docs
[wxWidgets.git] / docs / latex / wx / textfile.tex
index 713b05bab98bb9c529b3cd98caa0db1a841cb954..a6ca12687f2dd417ecf2765e1220fdaf50c94139 100644 (file)
@@ -1,4 +1,3 @@
-% automatically generated by HelpGen from textfile.tex at 10/Jan/99 18:47:37
 \section{\class{wxTextFile}}\label{wxtextfile}
 
 The wxTextFile is a simple class which allows to work with text files on line by
@@ -42,10 +41,6 @@ nothing discards them! To save the chanegs you must explicitly call
 termination type if you wish.
 \end{itemize}
 
-\wxheading{See also:}
-
-\helpref{wxFile}{wxfile}
-
 \wxheading{Derived from}
 
 No base class
@@ -60,12 +55,17 @@ enum wxTextFileType
     wxTextFileType_Unix,  // line is terminated with 'LF' = 0xA = 10 = '\n'
     wxTextFileType_Dos,   //                         'CR' 'LF'
     wxTextFileType_Mac    //                         'CR' = 0xD = 13 = '\r'
-}
+};
 \end{verbatim}
 
+\wxheading{See also}
+
+\helpref{wxFile}{wxfile}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxTextFile::wxTextFile}\label{wxtextfilectordef}
+
 \constfunc{}{wxTextFile}{\void}
 
 Default constructor, use Open(string) to initialize the object.