summaryrefslogtreecommitdiff
path: root/plugingui/listbox.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-19 22:57:02 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-19 22:57:02 +0200
commitabc0caf95536a4001615f863860a091d6bc55973 (patch)
treeb3f79d1c92bc8e48df7d20375050808a945ca7e6 /plugingui/listbox.h
parent615c1f1544cabbe7ed4b33a1bde10b1b2ab71d2e (diff)
New listbox widgets and scrollbar.
Diffstat (limited to 'plugingui/listbox.h')
-rw-r--r--plugingui/listbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/listbox.h b/plugingui/listbox.h
index 9a702df..4a7af20 100644
--- a/plugingui/listbox.h
+++ b/plugingui/listbox.h
@@ -42,6 +42,7 @@ public:
~ListBox();
void addItem(std::string name, std::string value);
+ void addItems(std::vector<ListBoxBasic::Item> &items);
void clear();
bool selectItem(int index);