+ m_radioWrap = new wxRadioBox(this, wxID_ANY, wxT("&Wrap style:"),
+ wxDefaultPosition, wxDefaultSize,
+ WXSIZEOF(wrap), wrap,
+ 1, wxRA_SPECIFY_COLS);
+ sizerLeft->Add(m_radioWrap, 0, wxGROW | wxALL, 5);
+
+#ifdef __WXMSW__
+ static const wxString kinds[] =
+ {
+ wxT("plain edit"),
+ wxT("rich edit"),
+ wxT("rich edit 2.0"),
+ };
+
+ m_radioKind = new wxRadioBox(this, wxID_ANY, wxT("Control &kind"),
+ wxDefaultPosition, wxDefaultSize,
+ WXSIZEOF(kinds), kinds,
+ 1, wxRA_SPECIFY_COLS);
+
+ sizerLeft->AddSpacer(5);
+ sizerLeft->Add(m_radioKind, 0, wxGROW | wxALL, 5);
+#endif // __WXMSW__
+
+ wxButton *btn = new wxButton(this, TextPage_Reset, wxT("&Reset"));
+ sizerLeft->Add(2, 2, 0, wxGROW | wxALL, 1); // spacer