]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmfile.tex
another makefile updated
[wxWidgets.git] / docs / latex / wx / strmfile.tex
index e19a2c946c73d79d8bdce8773609f361c0b17d0f..fdbf8bae0846cacf9f3dbc26df31988cccb75bf2 100644 (file)
@@ -7,6 +7,10 @@
 
 \helpref{wxInputStream}{wxinputstream}
 
+\wxheading{Include files}
+
+<wx/wfstream.h>
+
 \wxheading{See also}
 
 \helpref{wxStreamBuffer}{wxstreamBuffer}
@@ -51,6 +55,10 @@ Returns TRUE if the stream is initialized and ready.
 
 \helpref{wxOutputStream}{wxoutputstream}
 
+\wxheading{Include files}
+
+<wx/wfstream.h>
+
 \wxheading{See also}
 
 \helpref{wxStreamBuffer}{wxstreamBuffer}
@@ -67,7 +75,7 @@ Returns TRUE if the stream is initialized and ready.
 Creates a new file with \it{ofilename} name and initializes the stream in
 write-only mode. 
 
-\func{}{wxFileOutputStream}{\param{wxFile&}{ file}}
+\func{}{wxFileOutputStream}{\param{wxFile\&}{ file}}
 
 Initializes a file stream in write-only mode using the file I/O object \it{file}.
 
@@ -96,6 +104,10 @@ Returns TRUE if the stream is initialized and ready.
 
 \helpref{wxFileOutputStream}{wxFileOutputStream}, \helpref{wxFileInputStream}{wxfileinputstream}
 
+\wxheading{Include files}
+
+<wx/wfstream.h>
+
 \wxheading{See also}
 
 \helpref{wxStreamBuffer}{wxstreamBuffer}