]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/text.h
Refactor widget autosizing
[libs/gltk.git] / source / text.h
index 03cc787bb741151bff97e264ed6998022b354694..db58b2462621aad9dcd0e66db32baa7195d1ae36 100644 (file)
@@ -40,6 +40,7 @@ public:
 
        unsigned get_width() const;
        unsigned get_height() const;
+       void autosize(const Part &, Geometry &) const;
 
        void set(const std::string &);
        void erase(unsigned, unsigned);