,const wxString asChoices[] = NULL
,int nMajorDim = 0
,long lStyle = wxRA_HORIZONTAL
-#if wxUSE_VALIDATORS
,const wxValidator& rVal = wxDefaultValidator
-#endif
,const wxString& rsName = wxRadioBoxNameStr
)
{
,asChoices
,nMajorDim
,lStyle
-#if wxUSE_VALIDATORS
,rVal
-#endif
,rsName
);
}
,const wxString asChoices[] = NULL
,int nMajorDim = 0
,long lStyle = wxRA_HORIZONTAL
-#if wxUSE_VALIDATORS
,const wxValidator& rVal = wxDefaultValidator
-#endif
,const wxString& rsName = wxRadioBoxNameStr
);
void Command(wxCommandEvent& rEvent);
bool ContainsHWND(WXHWND hWnd) const;
- bool Enable(bool bEnable);
+ virtual bool Enable(bool bEnable = TRUE);
void Enable( int nItem
,bool bEnable
);
,WXWORD wId
);
void SendNotificationEvent(void);
- void Show( int nItem
+ virtual void Show( int nItem
,bool bShow = TRUE
) ;
bool Show(bool bShow);