Now even wxRadioButton works

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-12-14 20:03:52 +00:00
parent 72fd19a1fb
commit f5d29b396f
5 changed files with 118 additions and 94 deletions

View File

@@ -66,7 +66,8 @@ class wxRadioButton: public wxControl
void ApplyWidgetStyle();
bool m_blockFirstEvent;
bool m_blockFirstEvent;
GtkWidget* m_theOtherRadioButtton;
};
#endif // __GTKRADIOBUTTONH__