]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmbase.tex
Fixed problem with Calltip tab not refreshing properly on Windows.
[wxWidgets.git] / docs / latex / wx / strmbase.tex
index 3a18bd74a041739d7c95f6ea44b8cca7a9cdc951..4daa4ceb090b596eb02be80bb1829d1853fee502 100644 (file)
@@ -47,11 +47,11 @@ Returns true if no error occurred on the stream.
 
 \wxheading{See also}
 
-\helpref{LastError}{wxstreambaselasterror}
+\helpref{GetLastError}{wxstreambasegetlasterror}
 
-\membersection{wxStreamBase::LastError}\label{wxstreambaselasterror}
+\membersection{wxStreamBase::GetLastError}\label{wxstreambasegetlasterror}
 
-\constfunc{wxStreamError}{LastError}{\void}
+\constfunc{wxStreamError}{GetLastError}{\void}
 
 This function returns the last error.
 
@@ -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.