]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fltinstr.tex
Added documentation for wxMenuBar::Refresh()
[wxWidgets.git] / docs / latex / wx / fltinstr.tex
index 954e025cc5ed5be4a44b2b4907631ecdc8082df5..2032317f9e8856834ef4cf0b71605876126dff57 100644 (file)
@@ -8,6 +8,10 @@
 \helpref{wxInputStream}{wxinputstream}\\
 \helpref{wxStreamBase}{wxstreambase}
 
 \helpref{wxInputStream}{wxinputstream}\\
 \helpref{wxStreamBase}{wxstreambase}
 
+\wxheading{Include files}
+
+<wx/stream.h>
+
 \wxheading{Note}
 
 The use of this class is exactly the same as of wxInputStream. Only a constructor
 \wxheading{Note}
 
 The use of this class is exactly the same as of wxInputStream. Only a constructor
@@ -20,3 +24,8 @@ differs and it is documented below.
 
 \func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}}
 
 
 \func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}}
 
+Initializes a "filter" stream. A filter stream has the capability of a normal
+stream but it can be placed on the top of another stream. So, for example, it
+can uncompress, uncrypt the datas which are read from another stream and pass it
+to the requester.
+