VC++ compilation correction; doc file corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-17 19:25:06 +00:00
parent 7da420943e
commit b82827dd43
15 changed files with 87 additions and 53 deletions

View 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.