X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de9b5b23f70465393526546cd1a69fcfcd26e9c..3c87527e89228b537800d06e1c32a62900417beb:/include/wx/gtk/radiobox.h diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index a73c1a608e..0999008254 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -16,6 +16,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_RADIOBOX + #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -93,6 +96,8 @@ public: // implementation + void DisableEvents(); + void EnableEvents(); bool IsOwnGtkWindow( GdkWindow *window ); void ApplyWidgetStyle(); wxSize LayoutItems(); @@ -104,4 +109,6 @@ public: DECLARE_EVENT_TABLE() }; +#endif + #endif // __GTKRADIOBOXH__