}
#endif
+ m_container.DisableSelfFocus();
+
return true;
}
gtk_container_add( GTK_CONTAINER (m_widget), m_wxwindow );
}
- wxWindow::AddChild( child );
+ wxStaticBoxBase::AddChild(child);
}
void wxStaticBox::SetLabel( const wxString& label )
return GetDefaultAttributesFromGTKWidget(gtk_frame_new(""));
}
-
void wxStaticBox::GetBordersForSizer(int *borderTop, int *borderOther) const
{
*borderTop = GetCharHeight();