]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/outptstr.tex
splitter in bin format
[wxWidgets.git] / docs / latex / wx / outptstr.tex
index 4bad3f454cd4452a7b3f7094ec34a7fa8346a9b2..b397dfdf123fe5425ced031526df3352e00c5fcf 100644 (file)
@@ -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}