]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/label.h
Implement autosize for List and use it from Dropdown
[libs/gltk.git] / source / label.h
index f492006037939cae1631c9fec21798421a750555..f157616f5f54b23daaed6fee10cbfbc4fc5394a3 100644 (file)
@@ -40,6 +40,8 @@ public:
 private:
        virtual const char *get_class() const { return "label"; }
        virtual void render_special(const Part &) const;
+
+       virtual void on_style_change();
 };
 
 } // namespace GLtk