]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmfile.tex
Updated docs for wxGrid::SelectBlock
[wxWidgets.git] / docs / latex / wx / strmfile.tex
index 70adf1af3e0628be8b6b1dd3c1710928dafac305..02ea7fa19a818e584104f3b38165f02c2f1e9024 100644 (file)
@@ -4,7 +4,7 @@
 \section{\class{wxFileInputStream}}\label{wxfileinputstream}
 
 This class represents data read in from a file. There are actually
-two such groups of classes: this one is based on the \helpref{wxFile}{wxfile}
+two such groups of classes: this one is based on \helpref{wxFile}{wxfile} 
 whereas \helpref{wxFFileInputStream}{wxffileinputstream} is based in
 the \helpref{wxFFile}{wxffile} class.
 
@@ -65,7 +65,7 @@ Returns TRUE if the stream is initialized and ready.
 \section{\class{wxFileOutputStream}}\label{wxfileoutputstream}
 
 This class represents data written to a file. There are actually
-two such groups of classes: this one is based on the \helpref{wxFile}{wxfile}
+two such groups of classes: this one is based on \helpref{wxFile}{wxfile} 
 whereas \helpref{wxFFileInputStream}{wxffileinputstream} is based in
 the \helpref{wxFFile}{wxffile} class.
 
@@ -154,7 +154,7 @@ Initializes a new file stream in read-write mode using the specified
 \section{\class{wxFFileInputStream}}\label{wxffileinputstream}
 
 This class represents data read in from a file. There are actually
-two such groups of classes: this one is based on the \helpref{wxFFile}{wxffile}
+two such groups of classes: this one is based on \helpref{wxFFile}{wxffile} 
 whereas \helpref{wxFileInputStream}{wxfileinputstream} is based in
 the \helpref{wxFile}{wxfile} class.
 
@@ -215,7 +215,7 @@ Returns TRUE if the stream is initialized and ready.
 \section{\class{wxFFileOutputStream}}\label{wxffileoutputstream}
 
 This class represents data written to a file. There are actually
-two such groups of classes: this one is based on the \helpref{wxFFile}{wxffile}
+two such groups of classes: this one is based on \helpref{wxFFile}{wxffile} 
 whereas \helpref{wxFileInputStream}{wxffileinputstream} is based in
 the \helpref{wxFile}{wxfile} class.