#include "wx/bitmap.h"
#include "wx/button.h"
#include "wx/checkbox.h"
+ #include "wx/radiobox.h"
+ #include "wx/statbox.h"
+ #include "wx/textctrl.h"
#include "wx/sizer.h"
#endif
{
public:
CheckBoxWidgetsPage(wxNotebook *notebook, wxImageList *imaglist);
- virtual ~CheckBoxWidgetsPage();
+ virtual ~CheckBoxWidgetsPage(){};
protected:
// event handlers
sizerTop->Fit(this);
}
-CheckBoxWidgetsPage::~CheckBoxWidgetsPage()
-{
-}
-
void CheckBoxWidgetsPage::Reset()
{
m_chkRight->SetValue(false);