X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..bc253a97e78b2c42b93c1f3cc8e1bcceec68a336:/docs/latex/wx/stream.tex diff --git a/docs/latex/wx/stream.tex b/docs/latex/wx/stream.tex index d573446a86..d82bbf9b91 100644 --- a/docs/latex/wx/stream.tex +++ b/docs/latex/wx/stream.tex @@ -91,7 +91,7 @@ accordingly until all requested data is read. It returns the size of the data read. If the returned size is different of the specified {\it size}, an error has occurred and should be tested using -\helpref{LastError}{wxstreambaselasterror}. +\helpref{GetLastError}{wxstreambasegetlasterror}. \func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}} @@ -250,14 +250,14 @@ Returns the current position (counted in bytes) in the stream buffer. \membersection{wxStreamBuffer::SetIntPosition} -\func{void}{SetIntPosition}{\void} +\func{void}{SetIntPosition}{\param{size\_t}{ pos}} Sets the current position (in bytes) in the stream buffer. \wxheading{Warning} Since it is a very low-level function, there is no check on the position: -specify an invalid position can induce unexpected results. +specifing an invalid position can induce unexpected results. \membersection{wxStreamBuffer::GetLastAccess} @@ -270,8 +270,8 @@ Returns the amount of bytes read during the last IO call to the parent stream. \func{void}{Fixed}{\param{bool}{ fixed}} Toggles the fixed flag. Usually this flag is toggled at the same time as -{\it flushable}. This flag allows (when it has the FALSE value) or forbids -(when it has the TRUE value) the stream buffer to resize dynamically the IO buffer. +{\it flushable}. This flag allows (when it has the false value) or forbids +(when it has the true value) the stream buffer to resize dynamically the IO buffer. \wxheading{See also}