X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftable.h;h=072714416fa6880132bdcb6ee7207d035b9c6eb2;hb=7a0f255ecf23391f09488ac54fb9b1124827dfa7;hp=190973e11c07baeacde9bbd2fa675e13dc2b4e78;hpb=f34c8d617cbe8ae426e7a1e280dfa0aaf5d11a6d;p=libs%2Fgltk.git diff --git a/source/table.h b/source/table.h index 190973e..0727144 100644 --- a/source/table.h +++ b/source/table.h @@ -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_ @@ -36,7 +29,7 @@ private: std::vector col_w; public: - Table(const Resources &); + Table(); void set_rows(unsigned); void set_columns(unsigned); @@ -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(); };