From: Vadim Zeitlin Date: Sun, 25 Mar 2007 00:54:40 +0000 (+0000) Subject: document GetBufferSize() (patch 1687070) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8639b30da1e07e2f00c05d09cf16c08e0ba22293 document GetBufferSize() (patch 1687070) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/stream.tex b/docs/latex/wx/stream.tex index 45a146774a..9ff128a6ed 100644 --- a/docs/latex/wx/stream.tex +++ b/docs/latex/wx/stream.tex @@ -296,6 +296,12 @@ Flushes the IO buffer. Fill the IO buffer. +\membersection{wxStreamBuffer::GetBufferSize}\label{wxstreambuffergetbuffersize} + +\constfunc{size\_t}{GetBufferSize}{\void} + +Returns the size of the buffer. + \membersection{wxStreamBuffer::GetDataLeft}\label{wxstreambuffergetdataleft} \func{size\_t}{GetDataLeft}{\void}