+ static const wxString sides[] =
+ {
+ _T("top"),
+ _T("bottom"),
+ _T("left"),
+ _T("right"),
+ };
+ m_radioSides = new wxRadioBox(this, SliderPage_RadioSides, _T("&Ticks/Labels"),
+ wxDefaultPosition, wxDefaultSize,
+ WXSIZEOF(sides), sides,
+ 1, wxRA_SPECIFY_COLS);
+ sizerLeft->Add(m_radioSides, 0, wxGROW | wxALL, 5);
+ m_chkBothSides = CreateCheckBoxAndAddToSizer
+ (sizerLeft, _T("&Both sides"), SliderPage_BothSides);
+#if wxUSE_TOOLTIPS
+ m_chkBothSides->SetToolTip( _T("\"Both sides\" is only supported \nin Win95 and Universal") );
+#endif // wxUSE_TOOLTIPS