1 #ifndef MSP_GLTK_HSLIDER_H_
2 #define MSP_GLTK_HSLIDER_H_
10 Horizontal slider widget. A special part named "slider" will be positioned at
11 the current value of the widget.
13 class HSlider: public Slider
21 virtual const char *get_class() const { return "hslider"; }
23 virtual void autosize();
26 virtual void rebuild_special(const Part &, CachedPart &);
29 virtual void button_press(int, int, unsigned);
30 virtual void button_release(int, int, unsigned);
31 virtual void pointer_motion(int, int);
33 virtual void on_geometry_change();
34 virtual void on_style_change();