X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8639b30da1e07e2f00c05d09cf16c08e0ba22293..e815120e412d91e79c98dd0afac2a1e399f10810:/docs/latex/wx/stream.tex diff --git a/docs/latex/wx/stream.tex b/docs/latex/wx/stream.tex index 9ff128a6ed..90cd8c8840 100644 --- a/docs/latex/wx/stream.tex +++ b/docs/latex/wx/stream.tex @@ -8,6 +8,10 @@ None +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{wxStreamBase}{wxstreambase} @@ -184,6 +188,17 @@ the beginning of the stream. Otherwise, it returns wxInvalidOffset. Resets to the initial state variables concerning the buffer. + +\membersection{wxStreamBuffer::Truncate}\label{wxstreambuffertruncate} + +\func{void}{Truncate}{\void} + +Truncates the buffer to the current position. + +Note: Truncate() cannot be used to enlarge the buffer. This is +usually not needed since the buffer expands automatically. + + \membersection{wxStreamBuffer::SetBufferIO}\label{wxstreambuffersetbufferio} \func{void}{SetBufferIO}{\param{char*}{ buffer\_start}, \param{char*}{ buffer\_end}}