X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdropdown.h;h=06aefa5af96d32cc0b6b3cc0d590bb092298164b;hb=3ed9c4e3e26dbdce188c32d2dc63c3f921f053e3;hp=eaa29c193c2260288a185bb2131c693ffeecdfdd;hpb=d2d5b4c4dedf90a42dd2baff8334318b1d000f64;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(); }