]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/vslider.h
Implement autosize() method for most widgets
[libs/gltk.git] / source / vslider.h
index 5c5e61f86959bdbd3fb0ef6c65479785876c0671..6590c2155cfd042004f27d8a34973cb2c69bdb4f 100644 (file)
@@ -23,6 +23,8 @@ public:
 
        virtual const char *get_class() const { return "vslider"; }
 
+       virtual void autosize();
+
 private:
        virtual void render_special(const Part &) const;