]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobox.cpp
Fixed module code
[wxWidgets.git] / src / gtk / radiobox.cpp
index c9e905199ee145db1153a88d9b8b9597c34834bd..c1f3fcc165742d2fd1fceef5b56c96cd4e7fef4f 100644 (file)
@@ -159,6 +159,10 @@ bool wxRadioBox::Create( wxWindow *parent, wxWindowID id, const wxString& title,
   if (newSize.y == -1) newSize.y = height;
   SetSize( newSize.x, newSize.y );
   
+  m_parent->AddChild( this );
+
+  (m_parent->m_insertCallback)( m_parent, this );
+  
   PostCreation();
   
   SetLabel( title );