]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/indicator.h
Add a persistent view size attribute to List
[libs/gltk.git] / source / indicator.h
index ce95151665e30bd7048fa1b2808d471941470132..cf20e3138f29618ff0a98eca5d7637324de70d16 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_INDICATOR_H_
 #define MSP_GLTK_INDICATOR_H_
 
@@ -20,9 +13,10 @@ class Indicator: public Widget
 {
 public:
        Indicator();
-       void set_active(bool);
-private:
+
        virtual const char *get_class() const { return "indicator"; }
+
+       void set_active(bool);
 };
 
 } // namespace GLtk