+ // implementation
+ // --------------
+
+ void SetFocus();
+ void GtkDisableEvents();
+ void GtkEnableEvents();
+ bool IsOwnGtkWindow( GdkWindow *window );
+ void ApplyWidgetStyle();
+#if wxUSE_TOOLTIPS
+ void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
+#endif // wxUSE_TOOLTIPS
+ wxSize LayoutItems();
+ void DoSetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO );
+
+ bool m_alreadySent;
+ int m_majorDim;
+ wxList m_boxes;
+
+private:
+ DECLARE_DYNAMIC_CLASS(wxRadioBox)