]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fltoutst.tex
remove just added wxCoordRound() (see patch 1586499)
[wxWidgets.git] / docs / latex / wx / fltoutst.tex
index 0b0f95aaf3b630c4f46903d4a62e8640042059f8..949a2b667bb5224e09e1fa66a4e442134d00039d 100644 (file)
@@ -22,6 +22,11 @@ stream.
 The use of this class is exactly the same as of wxOutputStream. Only a constructor
 differs and it is documented below.
 
+\wxheading{See also}
+
+\helpref{wxFilterClassFactory}{wxfilterclassfactory}\\
+\helpref{wxFilterInputStream}{wxfilterinputstream}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 % -----------
@@ -31,5 +36,10 @@ differs and it is documented below.
 
 \func{}{wxFilterOutputStream}{\param{wxOutputStream\&}{ stream}}
 
+\func{}{wxFilterOutputStream}{\param{wxOutputStream*}{ stream}}
+
 Initializes a "filter" stream.
 
+If the parent stream is passed as a pointer then the new filter stream
+takes ownership of it. If it is passed by reference then it does not.
+