// Name: wx/gtk/slider.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
Create( parent, id, value, minValue, maxValue,
pos, size, style, validator, name );
}
+ ~wxSlider();
bool Create(wxWindow *parent,
wxWindowID id,
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// implementation
+ void GTKDisableEvents();
+ void GTKEnableEvents();
+ bool GTKEventsDisabled() const;
+
double m_pos;
int m_scrollEventType;
bool m_needThumbRelease;
- bool m_blockScrollEvent;
+ GtkWidget *m_scale;
protected:
+ GtkWidget *m_minLabel,*m_maxLabel;
+ bool m_blockScrollEvent;
+
virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
// set the slider value unconditionally