// 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,
void GTKDisableEvents();
void GTKEnableEvents();
bool GTKEventsDisabled() const;
-
+
double m_pos;
int m_scrollEventType;
bool m_needThumbRelease;