X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da048e3d4c244a0d0b42e6e6970ad895ea948a53..191ab39aeed8b9491abc12b769f9ab89fd3e8921:/include/wx/gtk/spinctrl.h diff --git a/include/wx/gtk/spinctrl.h b/include/wx/gtk/spinctrl.h index 1bb09317c6..1fa6b82982 100644 --- a/include/wx/gtk/spinctrl.h +++ b/include/wx/gtk/spinctrl.h @@ -15,6 +15,12 @@ #pragma interface #endif +#include "wx/defs.h" + +#if wxUSE_SPINCTRL + +#include "wx/control.h" + //----------------------------------------------------------------------------- // wxSpinCtrl //----------------------------------------------------------------------------- @@ -53,6 +59,8 @@ public: virtual int GetMax() const; // implementation + // -------------- + void OnChar( wxKeyEvent &event ); bool IsOwnGtkWindow( GdkWindow *window ); @@ -66,5 +74,8 @@ private: DECLARE_EVENT_TABLE() }; +#endif + // wxUSE_SPINCTRL + #endif // __GTKSPINCTRLH__