#pragma hdrstop
#endif
+#include "wx/sizer.h"
+
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/intl.h"
#include "wx/math.h"
#include "wx/utils.h"
#include "wx/settings.h"
+ #include "wx/statbox.h"
#endif // WX_PRECOMP
-#include "wx/sizer.h"
-#include "wx/statbox.h"
#include "wx/listimpl.cpp"
#if WXWIN_COMPATIBILITY_2_4
m_staticBox->SetContainingSizer(this);
}
+wxStaticBoxSizer::~wxStaticBoxSizer()
+{
+ delete m_staticBox;
+}
+
static void GetStaticBoxBorders( wxStaticBox *box,
int *borderTop,
int *borderOther)