]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fileostr.tex
documented wxWindow::GetFont change
[wxWidgets.git] / docs / latex / wx / fileostr.tex
index 4e49bb3d17f0fc5ad7234f7f22091bbf0da4dbb2..294a83d1a1423874ed8ed4904ea91d11d703bae6 100644 (file)
@@ -15,6 +15,9 @@ reached. This is documented in \helpref{wxFile::Eof}{wxfileeof} and
 classes reflects this difference, i.e. wxFileInputStream will report
 wxSTREAM\_EOF after having read the last byte whereas wxFFileInputStream
 will report wxSTREAM\_EOF after trying to read {\it past} the last byte.
+Related to EOF behavior, note that \helpref{SeekO()}{wxoutputstreamseeko} 
+can seek beyond the end of the stream (file) and will thus not return 
+{\it wxInvalidOffset} for that.
 
 \wxheading{Derived from}
 
@@ -58,5 +61,5 @@ Destructor.
 
 \constfunc{bool}{Ok}{\void}
 
-Returns TRUE if the stream is initialized and ready.
+Returns true if the stream is initialized and ready.