-#else
- m_textrich->SetFont(wxFont(12, wxFONTFAMILY_TELETYPE,
- wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL));
- m_textrich->SetDefaultStyle(wxTextAttr(*wxRED));
- m_textrich->AppendText(_T("Red text\n"));
- m_textrich->SetDefaultStyle(wxTextAttr(wxNullColour, *wxLIGHT_GREY));
- m_textrich->AppendText(_T("Red on grey text\n"));
- m_textrich->SetDefaultStyle(wxTextAttr(*wxBLUE));
- m_textrich->AppendText(_T("Blue on grey text\n"));
-#endif