]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/table.h
Add constraint types that allow flexible spacing between widgets
[libs/gltk.git] / source / table.h
index ab1654c419979adba16fe21d72a08ed04e1d8a03..072714416fa6880132bdcb6ee7207d035b9c6eb2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_TABLE_H_
 #define MSP_GLTK_TABLE_H_
 
@@ -48,7 +41,7 @@ public:
 private:
        virtual const char *get_class() const { return "table"; }
 
-       virtual void render_special(const Part &) const;
+       virtual void rebuild_special(const Part &, CachedPart &);
        virtual void on_style_change();
 };