#endif
#include "wx/defs.h"
+
+#if wxUSE_RADIOBOX
+
#include "wx/object.h"
#include "wx/list.h"
#include "wx/control.h"
// implementation
+ void DisableEvents();
+ void EnableEvents();
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
wxSize LayoutItems();
DECLARE_EVENT_TABLE()
};
+#endif
+
#endif // __GTKRADIOBOXH__