Fix for radiobutton

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-12-10 13:33:11 +00:00
parent 2faf15a189
commit bb4549de8f
4 changed files with 44 additions and 8 deletions

View File

@@ -65,6 +65,8 @@ class wxRadioButton: public wxControl
// implementation
void ApplyWidgetStyle();
bool m_blockFirstEvent;
};
#endif // __GTKRADIOBUTTONH__