stream classes docs and code fixes (part of patch 924438)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-11 20:58:56 +00:00
parent 4c68a10264
commit a84e46f231
6 changed files with 52 additions and 4 deletions

View File

@@ -45,10 +45,20 @@ stream position.
\membersection{wxOutputStream::SeekO}\label{wxoutputstreamseeko}
\func{off\_t}{SeekO}{\param{off\_t}{ pos}, \param{wxSeekMode}{ mode}}
\func{off\_t}{SeekO}{\param{off\_t}{ pos}, \param{wxSeekMode}{ mode = wxFromStart}}
Changes the stream current position.
\wxheading{Parameters}
\docparam{pos}{Offset to seek to.}
\docparam{mode}{One of {\bf wxFromStart}, {\bf wxFromEnd}, {\bf wxFromCurrent}.}
\wxheading{Return value}
The new stream position or wxInvalidOffset on error.
\membersection{wxOutputStream::TellO}
\constfunc{off\_t}{TellO}{\void}