]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/radiobox.cpp
1. suppressed some messages from HasEntry()/HasKeys()
[wxWidgets.git] / src / gtk1 / radiobox.cpp
index 2547f4e97fd0344f6f74b9e92d5774d5e8b315e0..c1f3fcc165742d2fd1fceef5b56c96cd4e7fef4f 100644 (file)
@@ -159,8 +159,9 @@ bool wxRadioBox::Create( wxWindow *parent, wxWindowID id, const wxString& title,
   if (newSize.y == -1) newSize.y = height;
   SetSize( newSize.x, newSize.y );
   
-  gtk_myfixed_put( GTK_MYFIXED(m_parent->m_wxwindow), m_widget, m_x, m_y );
-  gtk_widget_set_usize( m_widget, m_width, m_height );
+  m_parent->AddChild( this );
+
+  (m_parent->m_insertCallback)( m_parent, this );
   
   PostCreation();