X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4071e913e85e35024ee5883a0a046f0fd6332bf..1b826605f5ab0bb680925f5e24a57b068ce2bdc5:/include/wx/gtk1/radiobox.h diff --git a/include/wx/gtk1/radiobox.h b/include/wx/gtk1/radiobox.h index 5fb8792ba2..61da2f7d2a 100644 --- a/include/wx/gtk1/radiobox.h +++ b/include/wx/gtk1/radiobox.h @@ -55,6 +55,7 @@ class wxRadioBox: public wxControl { Create( parent, id, title, pos, size, n, choices, majorDim, style, val, name ); } + ~wxRadioBox(void); bool Create( wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = (const wxString *) NULL, @@ -86,14 +87,10 @@ class wxRadioBox: public wxControl bool IsOwnGtkWindow( GdkWindow *window ); - bool m_alreadySent; - - private: - - GtkRadioButton *m_radio; + bool m_alreadySent; + wxList m_boxes; DECLARE_EVENT_TABLE() - }; #endif // __GTKRADIOBOXH__