]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datstrm.tex
fall back on text value if no long/double value could be retrieved from the cell
[wxWidgets.git] / docs / latex / wx / datstrm.tex
index 037a730d1693a9bf8fe42ebb15e867e496b07727..f1adb8aed5b30887812feebab434e8c387fc1819 100644 (file)
@@ -60,9 +60,9 @@ Destroys the wxDataInputStream object.
 
 \membersection{wxDataInputStream::BigEndianOrdered}
 
-\func{void}{BigEndianOrdered}{\param{bool}{ be_order}}
+\func{void}{BigEndianOrdered}{\param{bool}{ be\_order}}
 
-If {\it be_order} is TRUE, all data will be read in big-endian
+If {\it be\_order} is TRUE, all data will be read in big-endian
 order, such as written by programs on a big endian architecture 
 (e.g. Sparc) or written by Java-Streams (which always use 
 big-endian order).
@@ -143,9 +143,9 @@ Destroys the wxDataOutputStream object.
 
 \membersection{wxDataOutputStream::BigEndianOrdered}
 
-\func{void}{BigEndianOrdered}{\param{bool}{ be_order}}
+\func{void}{BigEndianOrdered}{\param{bool}{ be\_order}}
 
-If {\it be_order} is TRUE, all data will be written in big-endian
+If {\it be\_order} is TRUE, all data will be written in big-endian
 order, e.g. for reading on a Sparc or from Java-Streams (which
 always use big-endian order), otherwise data will be written in
 little-endian order.