]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/file.tex
don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary...
[wxWidgets.git] / docs / latex / wx / file.tex
index ac45262df2441066af59bdef6f76325a382f9e0f..3c73676200a8efa5387956abb04f4a510767dad9 100644 (file)
@@ -328,7 +328,10 @@ Opens a file with the given file pointer, which has already been opened.
 
 \docparam{filename}{The filename.}
 
-\docparam{mode}{The mode in which to open the file using standard C strings.}
+\docparam{mode}{The mode in which to open the file using standard C strings.
+Note that you should use {\tt "b"} flag if you use binary files under Windows
+or the results might be unexpected due to automatic newline conversion done
+for the text files.}
 
 \docparam{fp}{An existing file descriptor, such as stderr.}