]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/dropdown.h
Add properties to Entry for specifying autosize dimensions
[libs/gltk.git] / source / dropdown.h
index ece84baa0862a58dfcd29496ddf0edd92363cf66..166eebf53da3943040c2565b9f4d471cca7d9919 100644 (file)
@@ -45,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);