X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flist.h;h=9805176f188da400610f35d17b68546ed6cd27ff;hb=1afb4f8d6379ad1bf832692fbfedef9714ee3ff5;hp=05ba852949281698a6e4d32fd21706766a42c853;hpb=d0946708247803122b4d974cf5f249213169e373;p=libs%2Fgltk.git diff --git a/source/list.h b/source/list.h index 05ba852..9805176 100644 --- a/source/list.h +++ b/source/list.h @@ -183,6 +183,7 @@ public: int get_selected_index() const { return sel_index; } private: + virtual void rebuild_special(const Part &); virtual void render_special(const Part &, GL::Renderer &) const; public: @@ -191,7 +192,6 @@ private: virtual void on_geometry_change(); virtual void on_style_change(); - void reposition_slider(); void item_autosize_changed(); void reposition_items(); void check_view_range();