1 #ifndef MSP_GLTK_VSLIDER_H_
2 #define MSP_GLTK_VSLIDER_H_
9 class VSlider: public Slider
17 virtual const char *get_class() const { return "vslider"; }
19 virtual void autosize();
22 virtual void rebuild_special(const Part &, CachedPart &);
25 virtual void button_press(int, int, unsigned);
26 virtual void button_release(int, int, unsigned);
27 virtual void pointer_motion(int, int);
29 virtual void on_geometry_change();
30 virtual void on_style_change();