]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/toggle.h
Adjust event handling to match changes in mspgui
[libs/gltk.git] / source / toggle.h
index ff65440a66f49fd1cc87bae8993b3c48c13b572a..b6195e1d470f65a79ddd5e450ca5f2fbfce1cc7c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_TOGGLE_H_
 #define MSP_GLTK_TOGGLE_H_
 
@@ -44,6 +37,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; }