X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c092ed3828985d8e4dd533eb0a2c2f02800fb564..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk/slider.h diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index abf460085d..f8833c4685 100644 --- a/include/wx/gtk/slider.h +++ b/include/wx/gtk/slider.h @@ -2,7 +2,6 @@ // Name: wx/gtk/slider.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -30,6 +29,7 @@ public: Create( parent, id, value, minValue, maxValue, pos, size, style, validator, name ); } + ~wxSlider(); bool Create(wxWindow *parent, wxWindowID id, @@ -63,7 +63,7 @@ public: void GTKDisableEvents(); void GTKEnableEvents(); bool GTKEventsDisabled() const; - + double m_pos; int m_scrollEventType; bool m_needThumbRelease;