Yes, two more bugs killed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-11-09 19:44:29 +00:00
parent a462d1343f
commit e6b5bdedf8
4 changed files with 12 additions and 8 deletions

View File

@@ -60,8 +60,9 @@ bool wxRadioButton::Create( wxWindow *parent, wxWindowID id, const wxString& lab
gtk_signal_connect( GTK_OBJECT(m_widget), "clicked",
GTK_SIGNAL_FUNC(gtk_radiobutton_clicked_callback), (gpointer*)this );
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();