X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhslider.h;h=5da211db4b1f3d6d4bcf481afaf2fbe592eba087;hb=75a16eae9eb2714f8112d46fa5b8f7908b6d2487;hp=8f0be9f810b2343d72365f30215138d12a0c1dd8;hpb=8f6f543758fb1b2b17ae2db519198d420eb9982d;p=libs%2Fgltk.git diff --git a/source/hslider.h b/source/hslider.h index 8f0be9f..5da211d 100644 --- a/source/hslider.h +++ b/source/hslider.h @@ -20,9 +20,7 @@ the current value of the widget. class HSlider: public Slider { private: - bool dragging; - int drag_start_x; - double drag_start_value; + unsigned slider_size; public: HSlider(const Resources &); @@ -32,7 +30,9 @@ public: private: virtual const char *get_class() const { return "hslider"; } virtual void render_special(const Part &) const; - unsigned get_slider_width() const; + + virtual void on_geometry_change(); + virtual void on_style_change(); }; } // namespace GLtk