X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhslider.h;h=493f00cf97ab50d396211b76a1166e9d211b8c29;hb=2bdaf4955fdb94e73704adcdcf0adc2b353f0ff0;hp=47066998c5a4e4f336422772a5bcd02b9f61a5ee;hpb=1c5148b7b63e1ba84073355702972caf6fe83b7e;p=libs%2Fgltk.git diff --git a/source/hslider.h b/source/hslider.h index 4706699..493f00c 100644 --- a/source/hslider.h +++ b/source/hslider.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -24,13 +24,17 @@ private: public: HSlider(); + + virtual const char *get_class() const { return "hslider"; } + +private: + virtual void render_special(const Part &) const; + +public: virtual void button_press(int, int, unsigned); virtual void button_release(int, int, unsigned); virtual void pointer_motion(int, int); private: - virtual const char *get_class() const { return "hslider"; } - virtual void render_special(const Part &) const; - virtual void on_geometry_change(); virtual void on_style_change(); };