+ m_pnl->AddFoldPanelWindow(item, new wxRadioButton(item.GetParent(), ID_USE_HGRADIENT, _T("&Horizontal gradient")),
+ wxFPB_ALIGN_WIDTH, wxFPB_DEFAULT_SPACING, 10);
+ m_pnl->AddFoldPanelWindow(item, new wxRadioButton(item.GetParent(), ID_USE_SINGLE, _T("&Single colour")),
+ wxFPB_ALIGN_WIDTH, wxFPB_DEFAULT_SPACING, 10);
+ m_pnl->AddFoldPanelWindow(item, new wxRadioButton(item.GetParent(), ID_USE_RECTANGLE, _T("&Rectangle box")),
+ wxFPB_ALIGN_WIDTH, wxFPB_DEFAULT_SPACING, 10);
+ m_pnl->AddFoldPanelWindow(item, new wxRadioButton(item.GetParent(), ID_USE_FILLED_RECTANGLE, _T("&Filled rectangle box")),
+ wxFPB_ALIGN_WIDTH, wxFPB_DEFAULT_SPACING, 10);