]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/vslider.h
Store autosized geom in Layout::Slot
[libs/gltk.git] / source / vslider.h
index 5c5e61f86959bdbd3fb0ef6c65479785876c0671..e4055994f8c0068b72f18e999b1a82dd69a8ea29 100644 (file)
@@ -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,6 +16,8 @@ public:
 
        virtual const char *get_class() const { return "vslider"; }
 
+       virtual void autosize();
+
 private:
        virtual void render_special(const Part &) const;