X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdropdown.h;h=06aefa5af96d32cc0b6b3cc0d590bb092298164b;hb=74934c6f7a6fd0f9e9bf11eeb9f33cf9279bf471;hp=eaa29c193c2260288a185bb2131c693ffeecdfdd;hpb=8716fc73506869a7b1b435819428470d8eafd0fa;p=libs%2Fgltk.git diff --git a/source/dropdown.h b/source/dropdown.h index eaa29c1..06aefa5 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -46,6 +46,9 @@ public: ListData &get_data() { return list.get_data(); } const ListData &get_data() const { return list.get_data(); } + template + void set_item_type() { list.set_item_type(); } + void set_selected_index(int); int get_selected_index() const { return list.get_selected_index(); }