return false;
m_labelOrig = m_label = label;
-
+
m_peer = wxWidgetImpl::CreateGroupBox( this, parent, id, label, pos, size, style, GetExtraStyle() );
MacPostControlCreate( pos, size );
*borderOther = other;
}
+bool wxStaticBox::SetFont(const wxFont& font)
+{
+ bool retval = wxWindowBase::SetFont( font );
+
+ // dont' update the native control, it has its own small font
+
+ return retval;
+}
+
#endif // wxUSE_STATBOX