X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15d83f726c215b06f2fdd15ece40d66d2f16a01d..917be7ed065337e8a7a67615969ecaade9eea809:/docs/latex/wx/txtstrm.tex?ds=sidebyside diff --git a/docs/latex/wx/txtstrm.tex b/docs/latex/wx/txtstrm.tex index c739fe4529..eb651ebb6f 100644 --- a/docs/latex/wx/txtstrm.tex +++ b/docs/latex/wx/txtstrm.tex @@ -122,9 +122,9 @@ Reads a 32 bit signed integer from the stream. See \helpref{wxTextInputStream::Read8}{wxtextinputstreamread8} for the description of the {\it base} parameter. -\membersection{wxTextInputStream::ReadChar}\label{wxtextinputstreamreadchar} +\membersection{wxTextInputStream::GetChar}\label{wxtextinputstreamgetchar} -\func{wxChar}{wxTextInputStream::ReadChar}{\void} +\func{wxChar}{wxTextInputStream::GetChar}{\void} Reads a character, returns $0$ if there are no more characters in the stream. @@ -234,6 +234,12 @@ Set the end-of-line mode. One of {\bf wxEOL\_NATIVE}, {\bf wxEOL\_DOS}, {\bf wxE Writes the single byte {\it i8} to the stream. +\membersection{wxTextOutputStream::PutChar}\label{wxtextoutputstreamputchar} + +\func{void}{wxTextOutputStream::PutChar}{{\param wxChar }{c}} + +Writes a character to the stream. + \membersection{wxTextOutputStream::Write16}\label{wxtextoutputstreamwrite16} \func{void}{wxTextOutputStream::Write16}{{\param wxUint16 }{i16}}