#ifndef _WX_RADIOBOX_H_
#define _WX_RADIOBOX_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "radiobox.h"
-#endif
-
#include "wx/statbox.h"
class WXDLLEXPORT wxSubwindows;
int sizeFlags = wxSIZE_AUTO);
virtual wxSize DoGetBestSize() const;
+#ifndef __WXWINCE__
+ virtual WXHRGN MSWGetRegionWithoutChildren();
+ virtual WXLRESULT MSWWindowProc(WXUINT nMsg,
+ WXWPARAM wParam,
+ WXLPARAM lParam);
+#endif // __WXWINCE__
+
// the buttons we contain
wxSubwindows *m_radioButtons;