]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/button.h
Update text information when widget style changes
[libs/gltk.git] / source / button.h
index 31d87e1f0ba806f5dfc100c1c6bde41b20cb3a6c..687f5dd74e3cee22bd2310b0a02dc718feeda0b5 100644 (file)
@@ -48,6 +48,8 @@ public:
 private:
        virtual const char *get_class() const { return "button"; }
        virtual void render_special(const Part &) const;
+
+       virtual void on_style_change();
 };
 
 } // namespace GLtk