%% Created: 19.10.01
%% RCS-ID: $Id$
%% Copyright: (c) 2001 Vadim Zeitlin <vadim@wxwindows.org>
-%% License: wxWidgets license
+%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxStreamToTextRedirector}}\label{wxstreamtotextredirector}
cout << "Hello, text!" << endl;
}
- // this goes soemwhere else, presumably to stdout
+ // this goes somewhere else, presumably to stdout
cout << "Hello, console!" << endl;
\end{verbatim}
}%
<wx/textctrl.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{See also}
\helpref{wxTextCtrl}{wxtextctrl}
\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}