X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d984207cc37ad70649b2392314fb9e42719506c3..5801c56fa90c4a71b6e64709b6ecab854f010015:/docs/latex/wx/outptstr.tex diff --git a/docs/latex/wx/outptstr.tex b/docs/latex/wx/outptstr.tex index 4bad3f454c..b397dfdf12 100644 --- a/docs/latex/wx/outptstr.tex +++ b/docs/latex/wx/outptstr.tex @@ -57,8 +57,8 @@ Returns the current stream position. \func{wxOutputStream\&}{Write}{\param{const void *}{buffer}, \param{size\_t}{ size}} -Writes the specified amount of bytes using the data of \it{buffer}. -\it{WARNING!} The buffer absolutely needs to have at least the specified size. +Writes the specified amount of bytes using the data of {\it buffer}. +{\it WARNING!} The buffer absolutely needs to have at least the specified size. This function returns a reference on the current object, so the user can test any states of the stream right away. @@ -72,7 +72,7 @@ by one of the two streams. % ----------------------------------------------------------------------------- % wxCountingOutputStream % ----------------------------------------------------------------------------- -\section{\class{wxCountOutputStream}}\label{wxcountingoutputstream} +\section{\class{wxCountingOutputStream}}\label{wxcountingoutputstream} wxCountingOutputStream is specialized output stream which does not write any data anyway, instead it counts how many bytes would get written if this were a normal stream. This @@ -85,7 +85,7 @@ memory stream). \wxheading{Derived from} -\helpref{wxOutputStream}{wxstreambase} +\helpref{wxOutputStream}{wxoutputstream} \helpref{wxStreamBase}{wxstreambase} \wxheading{Include files}