X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d73e6791fc93a590630b6deb918a6518b91ea142..63779a3de18f273c04247d74cee65f2bc6baa8ba:/docs/latex/wx/strtotxt.tex diff --git a/docs/latex/wx/strtotxt.tex b/docs/latex/wx/strtotxt.tex index 33c051c593..b133a26071 100644 --- a/docs/latex/wx/strtotxt.tex +++ b/docs/latex/wx/strtotxt.tex @@ -34,7 +34,7 @@ Example of usage: cout << "Hello, text!" << endl; } - // this goes soemwhere else, presumably to stdout + // this goes somewhere else, presumably to stdout cout << "Hello, console!" << endl; \end{verbatim} }% @@ -47,6 +47,10 @@ No base class +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxTextCtrl}{wxtextctrl} @@ -55,18 +59,18 @@ No base class \membersection{wxStreamToTextRedirector::wxStreamToTextRedirector}\label{wxstreamtotextredirectorctor} -\func{}{wxStreamToTextRedirector}{\param{wxTextCtrl }{*text}, \param{ostream *ostr = NULL}} +\func{}{wxStreamToTextRedirector}{\param{wxTextCtrl }{*text}, \param{ostream *}{ostr = NULL}} The constructor starts redirecting output sent to {\it ostr} or {\it cout} for the default parameter value to the text control {\it text}. \wxheading{Parameters} -\docparam{text}{The text control to append output too, must be non NULL} +\docparam{text}{The text control to append output too, must be non-NULL} \docparam{ostr}{The C++ stream to redirect, {\it cout} is used if it is NULL} -\membersection{wxStreamToTextRedirector::\destruct{wxStreamToTextRedirector}} +\membersection{wxStreamToTextRedirector::\destruct{wxStreamToTextRedirector}}\label{wxstreamtotextredirectordtor} \func{}{\destruct{wxStreamToTextRedirector}}{\void}