]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/text.h
Update text information when widget style changes
[libs/gltk.git] / source / text.h
index 5daeb9bae70db324014f330ee04b5edf76adba34..7be119216aae4086210e8cfec8133be9b65a2c8d 100644 (file)
@@ -41,6 +41,8 @@ public:
        const std::string &get() const { return text; }
        unsigned size() const { return text.size(); }
 
+       void update_style();
+
        void render(const Part &, const Geometry &) const;
 
        Text &operator=(const std::string &);