]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/hslider.h
Properly account for margins in sliders
[libs/gltk.git] / source / hslider.h
index f0cf8d3f74c4bcde906af010dda08cc237c318b1..0d840fe961525ccab760bb9c9e4210a5ca6636a9 100644 (file)
@@ -12,6 +12,9 @@ the current value of the widget.
 */
 class HSlider: public Slider
 {
+private:
+       unsigned total_margin;
+
 public:
        HSlider();