X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..85d8df29aa7c2de9ea92d13adeff46d5ed854d58:/docs/latex/wx/inputstr.tex diff --git a/docs/latex/wx/inputstr.tex b/docs/latex/wx/inputstr.tex index 54897253f8..7f48f40df4 100644 --- a/docs/latex/wx/inputstr.tex +++ b/docs/latex/wx/inputstr.tex @@ -30,6 +30,13 @@ Creates a dummy input stream. Destructor. +\membersection{wxInputStream::CanRead}\label{wxinputstreamcanread} + +\constfunc{bool}{CanRead}{\void} + +Returns true if some data is available in the stream right now, so that +calling \helpref{Read()}{wxinputstreamread} wouldn't block. + \membersection{wxInputStream::GetC}\label{wxinputstreamgetc} \func{char}{GetC}{\void} @@ -43,7 +50,7 @@ If EOF, return value is undefined and LastRead() will return 0 and not 1. \membersection{wxInputStream::Eof}\label{wxinputstreameof} -\constfunc{wxInputStream}{Eof}{\void} +\constfunc{bool}{Eof}{\void} Returns true if the end of stream has been reached.