]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/container.h
Strip copyright messages and id tags from individual files
[libs/gltk.git] / source / container.h
index ddccb06b7dd0e1f16faef7c34807e9444884d2b1..66884652fc4da3bb80097d90c0f167d05d06ef95 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2009-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_CONTAINER_H_
 #define MSP_GLTK_CONTAINER_H_
 
@@ -52,6 +45,8 @@ public:
        virtual void pointer_leave();
 protected:
        virtual void on_reparent();
+       virtual void on_child_added(Widget &) { }
+       virtual void on_child_removed(Widget &) { }
 };
 
 } // namespace GLtk