X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40b480c35de6bb004aa676e55f697b833156e402..519cb848a8f4c91c73421bb75314754284e593a4:/docs/latex/wx/strmbase.tex diff --git a/docs/latex/wx/strmbase.tex b/docs/latex/wx/strmbase.tex index 368252e9a7..5cc9320525 100644 --- a/docs/latex/wx/strmbase.tex +++ b/docs/latex/wx/strmbase.tex @@ -43,10 +43,10 @@ Destructor. This function returns the last error. \twocolwidtha{5cm} \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf wxStream_NOERROR}}{No error occured.} -\twocolitem{{\bf wxStream_EOF}}{An End-Of-File occured.} -\twocolitem{{\bf wxStream_WRITE_ERR}}{A generic error occured on the last write call.} -\twocolitem{{\bf wxStream_READ_ERR}}{A generic error occured on the last read call.} +\twocolitem{{\bf wxStream\_NOERROR}}{No error occured.} +\twocolitem{{\bf wxStream\_EOF}}{An End-Of-File occured.} +\twocolitem{{\bf wxStream\_WRITE\_ERR}}{A generic error occured on the last write call.} +\twocolitem{{\bf wxStream\_READ\_ERR}}{A generic error occured on the last read call.} \end{twocollist} \membersection{wxStreamBase::OnSysRead}\label{wxstreambaseonsysread} @@ -76,9 +76,9 @@ real position in the stream. See \helpref{OnSysRead}{wxstreambaseonsysread}. -\membersection{wxStreamBase::StreamSize} +\membersection{wxStreamBase::GetSize}\label{wxstreambasegetsize} -\constfunc{size\_t}{StreamSize}{\void} +\constfunc{size\_t}{GetSize}{\void} This function returns the size of the stream. For example, for a file it is the size of the file). @@ -86,7 +86,7 @@ the file). \wxheading{Warning} There are streams which do not have size by definition, such as socket streams. -In that cases, StreamSize returns an invalid size represented by +In that cases, GetSize returns an invalid size represented by \begin{verbatim} ~(size_t)0