git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33681
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxHAS_TEXT_WINDOW_STREAM
wxStreamToTextRedirector redirect(m_text);
wxString str( _T("Outputed to cout, appears in wxTextCtrl!") );
#if wxHAS_TEXT_WINDOW_STREAM
wxStreamToTextRedirector redirect(m_text);
wxString str( _T("Outputed to cout, appears in wxTextCtrl!") );
+ wxSTD cout << str << wxSTD endl;
#else
wxMessageBox(_T("This wxWidgets build does not support wxStreamToTextRedirector"));
#endif
#else
wxMessageBox(_T("This wxWidgets build does not support wxStreamToTextRedirector"));
#endif