#ifndef __GTKSLIDERH__
#define __GTKSLIDERH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
virtual int GetThumbLength() const;
// implementation
- // --------------
-
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
+ void GtkDisableEvents();
+ void GtkEnableEvents();
GtkAdjustment *m_adjust;
float m_oldPos;