]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strtotxt.tex
Updated border style names
[wxWidgets.git] / docs / latex / wx / strtotxt.tex
index 9663387cd8aea349a58adccf4ce08a111891eb60..b133a26071c4b60a082bc66cbe16c700284bc4b4 100644 (file)
@@ -6,7 +6,7 @@
 %% 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}
@@ -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
 
 <wx/textctrl.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxTextCtrl}{wxtextctrl}
@@ -62,7 +66,7 @@ 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}