static void
gtk_frame_size_allocate (GtkWidget *widget,
GtkAllocation *allocation,
- wxStaticBox *p)
+ wxStaticBox * WXUNUSED(box))
{
GtkFrame *frame = GTK_FRAME (widget);
long style,
const wxString& name )
{
- m_needParent = TRUE;
-
if (!PreCreation( parent, pos, size ) ||
!CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
{
wxFAIL_MSG( wxT("wxStaticBox creation failed") );
- return FALSE;
+ return false;
}
m_widget = GTKCreateFrame(label);