]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmbase.tex
wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse
[wxWidgets.git] / docs / latex / wx / strmbase.tex
index 243e5a48ef01a74d20e6687b967a21c8322db6cc..857394939e2f46e78ca1d2564b1b9df6fecfc411 100644 (file)
@@ -43,7 +43,7 @@ Destructor.
 
 \constfunc{wxStreamError}{IsOk}{\void}
 
-Returns TRUE if no error occurred on the stream.
+Returns true if no error occurred on the stream.
 
 \wxheading{See also}
 
@@ -100,9 +100,5 @@ the file.
 \wxheading{Warning}
 
 There are streams which do not have size by definition, such as socket streams.
-In that cases, GetSize returns an invalid size represented by
-
-\begin{verbatim}
-~(size_t)0
-\end{verbatim}
+In that cases, GetSize returns $0$ so you should always test its return value.