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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user