{
// this has to be done platform by platform as there is no way to
// guess the thickness of a wxStaticBox border
+#ifdef __WXCOCOA__
+ box->GetBordersForSizer(borderTop,borderOther);
+#else // __WXCOCOA__
#ifdef __WXGTK__
if ( box->GetLabel().IsEmpty() )
*borderTop = 5;
*borderTop = box->GetCharHeight();
*borderOther = 5;
+#endif // __WXCOCOA__
}
void wxStaticBoxSizer::RecalcSizes()