]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statline.cpp
new file added
[wxWidgets.git] / src / gtk / statline.cpp
index 97bfa70cfa4a3833a159ec0a323a808a541b2490..c199ece70eba908e64b4103d7bbe95466f053c41 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        statline.cpp
+// Name:        src/gtk/statline.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -21,8 +21,6 @@
 // wxStaticLine
 //-----------------------------------------------------------------------------
 
-IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl)
-
 wxStaticLine::wxStaticLine()
 {
 }
@@ -65,6 +63,7 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id,
             SetSize( new_size );
         }
     }
+    g_object_ref(m_widget);
 
     m_parent->DoAddChild( this );