]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/toggle.h
Implement autosize() method for most widgets
[libs/gltk.git] / source / toggle.h
index ff65440a66f49fd1cc87bae8993b3c48c13b572a..58a03b6ea1aad0cdc5399213b1709946c4705679 100644 (file)
@@ -44,6 +44,8 @@ public:
 
        virtual const char *get_class() const { return "toggle"; }
 
+       virtual void autosize();
+
        void set_text(const std::string &);
        void set_exclusive(bool);
        bool get_exclusive() const { return exclusive; }