aboutsummaryrefslogtreecommitdiff
path: root/include/gui/ComboBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/ComboBox.hpp')
-rw-r--r--include/gui/ComboBox.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/ComboBox.hpp b/include/gui/ComboBox.hpp
index 591901c..70a79a7 100644
--- a/include/gui/ComboBox.hpp
+++ b/include/gui/ComboBox.hpp
@@ -16,6 +16,7 @@ namespace gsr {
void draw(mgl::Window &window, mgl::vec2f offset) override;
void add_item(const std::string &text, const std::string &id);
+ void set_selected_item(const std::string &id);
mgl::vec2f get_size() override;
private: