X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..01cb1c26171efc494b94d77e4351362bb0eb2e7d:/include/wx/gtk1/slider.h diff --git a/include/wx/gtk1/slider.h b/include/wx/gtk1/slider.h index 9d39beeb0a..acc01928b1 100644 --- a/include/wx/gtk1/slider.h +++ b/include/wx/gtk1/slider.h @@ -10,7 +10,7 @@ #ifndef __GTKSLIDERH__ #define __GTKSLIDERH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface #endif @@ -61,10 +61,10 @@ public: virtual int GetThumbLength() const; // implementation - // -------------- - bool IsOwnGtkWindow( GdkWindow *window ); void ApplyWidgetStyle(); + void GtkDisableEvents(); + void GtkEnableEvents(); GtkAdjustment *m_adjust; float m_oldPos;