]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbmp.cpp
Listctrl updates
[wxWidgets.git] / src / gtk1 / statbmp.cpp
index 524bfe575b0b9219e5031a01d8f7a204ee54dedf..c51db3746f7c8611c83e6d502e9fc6f9e57b2097 100644 (file)
@@ -57,6 +57,10 @@ bool wxStaticBitmap::Create( wxWindow *parent, wxWindowID id, const wxBitmap &bi
     m_widget = gtk_label_new( "Bitmap" );
   }
   
+  m_parent->AddChild( this );
+
+  (m_parent->m_insertCallback)( m_parent, this );
+  
   PostCreation();
   
   Show( TRUE );