X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdropdown.h;h=166eebf53da3943040c2565b9f4d471cca7d9919;hb=060b85ffc3d92b94b444b29ee5b26a6e74636235;hp=598ad8035bf35459471487b557e693b6261e39a2;hpb=43ac7c4514658754d09552463425bcd344fb9ded;p=libs%2Fgltk.git diff --git a/source/dropdown.h b/source/dropdown.h index 598ad80..166eebf 100644 --- a/source/dropdown.h +++ b/source/dropdown.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_DROPDOWN_H_ #define MSP_GLTK_DROPDOWN_H_ @@ -52,7 +45,8 @@ public: int get_selected_index() const; private: - virtual void render_special(const Part &) const; + virtual void rebuild_special(const Part &, CachedPart &); + virtual void render_special(const Part &, GL::Renderer &) const; public: virtual void button_press(int, int, unsigned); @@ -60,6 +54,7 @@ private: virtual void on_geometry_change(); virtual void on_style_change(); + void list_autosize_changed(); void resize_list(); void list_item_selected(unsigned, const std::string &); };