X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dface61ccba162c922b25d18aca2ebc4e6f03312..5fc0243835d4f6cbe586d85e3a6baa3c9c95fc7c:/docs/latex/wx/textfile.tex diff --git a/docs/latex/wx/textfile.tex b/docs/latex/wx/textfile.tex index 713b05bab9..a6ca12687f 100644 --- a/docs/latex/wx/textfile.tex +++ b/docs/latex/wx/textfile.tex @@ -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.