Split up wxStream doc files; added wxTCP... files; added wxBusyCursor;

added overloaded wxGetHostName etc. functions


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-25 18:33:08 +00:00
parent 574c0bbfbd
commit e2a6f23364
36 changed files with 1006 additions and 210 deletions

View File

@@ -1,4 +1,4 @@
\section{\class{wxStreamBuffer}}\label{wxstreambuf}
\section{\class{wxStreamBuffer}}\label{wxstreambuffer}
\wxheading{Derived from}
@@ -28,7 +28,7 @@ wxStreamBuffer::write, wxStreamBuffer::read\_write.
\func{}{wxStreamBuffer}{\param{BufMode}{ mode}}
Constructor, creates a new empty stream buffer which won't flush any datas
Constructor, creates a new empty stream buffer which won't flush any data
to a stream. \it{mode} specifies the type of the buffer (read, write, read\_write).
\membersection{wxStreamBuffer::wxStreamBuffer}
@@ -39,7 +39,7 @@ Constructor, creates a new stream buffer from the specified stream \it{buffer}.
\membersection{wxStreamBuffer::\destruct{wxStreamBuffer}}
\func{}{\destruct{wxStreamBuffer}}
\func{}{wxStreamBuffer}{\destruct{wxStreamBuffer}}
Destructor, destroys the stream buffer.
@@ -56,7 +56,7 @@ Reads a block of the specified \it{size} and stores datas in \it{buffer}.
It returns the real read size. If returned size is different of the specified
\it{size}, an error occured and should be tested using
\helpref{GetError}{wxstreambasegeterror}.
\helpref{LastError}{wxstreambaselasterror}.
\membersection{wxStreamBuffer::Read}\label{wxstreambufreadbuf}
@@ -110,7 +110,7 @@ Puts a single char to the stream buffer.
Gets the current position in the \it{stream}.
\membersection{wxStreamBuffer::Seek}
\membersection{wxStreamBuffer::Seek}\label{wxstreambufferseek}
\func{off\_t}{Seek}{\param{off\_t }{pos}, \param{wxSeekMode }{mode}}