]> 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 1b0a80d857a1d4fd24136ec914dd618a33fff99a..072714416fa6880132bdcb6ee7207d035b9c6eb2 100644 (file)
@@ -41,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();
 };