* A few updates (stream doc)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-02-07 21:12:41 +00:00
parent 89c684ef82
commit 07b7327093
4 changed files with 122 additions and 28 deletions

View File

@@ -154,7 +154,13 @@ Returns a reference to the current object.
\func{void}{SetFlags}{\param{wxSockFlags}{ flags}}
TODO
\twocolwidtha{7cm}
\begin{twocollist}\itemsep=0pt
\twocolitem{{\bf wxSocketBase::NONE}}{Normal functionnalities.}
\twocolitem{{\bf wxSocketBase::NOWAIT}}{Get the available data in the input queue and exit immediately.}
\twocolitem{{\bf wxSocketBase::WAITALL}}{Wait for all required data unless an error occured.}
\twocolitem{{\bf wxSocketBase::SPEED}}{Disable the asynchronous IO functionnality.}
\end{twocollist}
%
% Read