virtual ~RadioWidgetsPage(){};
virtual wxControl *GetWidget() const { return m_radio; }
+ virtual void RecreateWidget() { CreateRadio(); }
protected:
// event handlers
int flags = m_chkVert->GetValue() ? wxRA_VERTICAL
: wxRA_HORIZONTAL;
+ flags |= ms_defaultFlags;
+
#ifdef wxRA_LEFTTORIGHT
switch ( m_radioDir->GetSelection() )
{