X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de9b5b23f70465393526546cd1a69fcfcd26e9c..60b6c062f847a742fbc3c4ba4023bb8a0235da6d:/include/wx/gtk1/radiobox.h diff --git a/include/wx/gtk1/radiobox.h b/include/wx/gtk1/radiobox.h index a73c1a608e..0999008254 100644 --- a/include/wx/gtk1/radiobox.h +++ b/include/wx/gtk1/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__