]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fileostr.tex
added wxMessageQueue class for inter-thread communications
[wxWidgets.git] / docs / latex / wx / fileostr.tex
index 21ce65dd75b80dfd77face02db7ea55617ceca95..062e680265a2903b2e1ae06634c40d96f59a9cbe 100644 (file)
@@ -14,12 +14,17 @@ can seek beyond the end of the stream (file) and will thus not return
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
 <wx/wfstream.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxBufferedOutputStream}{wxbufferedoutputstream}, \helpref{wxFileInputStream}{wxfileinputstream}, \helpref{wxFFileInputStream}{wxffileinputstream}
@@ -50,9 +55,9 @@ Initializes a file stream in write-only mode using the file descriptor {\it fd}.
 
 Destructor.
 
-\membersection{wxFileOutputStream::Ok}\label{wxfileoutputstreamok}
+\membersection{wxFileOutputStream::IsOk}\label{wxfileoutputstreamisok}
 
-\constfunc{bool}{Ok}{\void}
+\constfunc{bool}{IsOk}{\void}
 
 Returns true if the stream is initialized and ready.