X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvslider.h;h=ee12689ff0afb8b152e89ac10cae237b3c6a1b7f;hb=707b59d45ae50b69c94918f8f74313283b304597;hp=6590c2155cfd042004f27d8a34973cb2c69bdb4f;hpb=43ac7c4514658754d09552463425bcd344fb9ded;p=libs%2Fgltk.git diff --git a/source/vslider.h b/source/vslider.h index 6590c21..ee12689 100644 --- a/source/vslider.h +++ b/source/vslider.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_VSLIDER_H_ #define MSP_GLTK_VSLIDER_H_ @@ -23,10 +16,9 @@ public: virtual const char *get_class() const { return "vslider"; } - virtual void autosize(); - private: - virtual void render_special(const Part &) const; + virtual void autosize_special(const Part &, Geometry &) const; + virtual void rebuild_special(const Part &); public: virtual void button_press(int, int, unsigned);