/////////////////////////////////////////////////////////////////////////////
-// Name: statline.cpp
+// Name: src/gtk/statline.cpp
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// wxStaticLine
//-----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl)
-
wxStaticLine::wxStaticLine()
{
}
SetSize( new_size );
}
}
+ g_object_ref(m_widget);
m_parent->DoAddChild( this );