From 976ce209938be1bfc088d5f6cdd523a4089e1dd0 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Wed, 15 May 2013 18:14:01 +0200 Subject: Make it possible to type a path and have browser switch accordingly. --- plugingui/listbox.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugingui/listbox.cc') diff --git a/plugingui/listbox.cc b/plugingui/listbox.cc index 3647753..ed873b2 100644 --- a/plugingui/listbox.cc +++ b/plugingui/listbox.cc @@ -82,6 +82,11 @@ std::string GUI::ListBox::selectedValue() return basic->selectedValue(); } +void GUI::ListBox::clearSelectedValue() +{ + basic->clearSelectedValue(); +} + void GUI::ListBox::registerClickHandler(void (*handler)(void *), void *ptr) { basic->registerClickHandler(handler, ptr); -- cgit v1.2.3