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