X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flist.h;h=56fe6aafd92ee5d2fd033eab45c045c2c724ebe4;hb=c8f5fd14a1fbdaaa9e1216dd5163d1f5c1b5ff27;hp=b6cae50c876071747945d01cd8f3d1ee3d7231c1;hpb=2bdaf4955fdb94e73704adcdcf0adc2b353f0ff0;p=libs%2Fgltk.git diff --git a/source/list.h b/source/list.h index b6cae50..56fe6aa 100644 --- a/source/list.h +++ b/source/list.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_LIST_H_ #define MSP_GLTK_LIST_H_ @@ -49,6 +42,8 @@ public: virtual const char *get_class() const { return "list"; } virtual void autosize(); + void autosize_rows(unsigned); + void autosize_all(); void append(const std::string &); void insert(unsigned, const std::string &);