]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strtotxt.tex
added wxTLW::ShouldPreventAppExit() which can be overridden to allow closing the...
[wxWidgets.git] / docs / latex / wx / strtotxt.tex
index 33c051c59334ccefd4c6e78984b710a2d3c90c47..8b0e7de7719427c7fa597ef82fb073616b10df2d 100644 (file)
@@ -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}
 }%
@@ -55,7 +55,7 @@ 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}.
@@ -66,7 +66,7 @@ the default parameter value to the text control {\it text}.
 
 \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}