summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r--src/gui/widgets/dropdown.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h
index 568e20a5..15c52767 100644
--- a/src/gui/widgets/dropdown.h
+++ b/src/gui/widgets/dropdown.h
@@ -58,6 +58,10 @@ class DropDown : public gcn::DropDown
void drawFrame(gcn::Graphics *graphics);
+ // Inherited from FocusListener
+
+ void focusLost(const gcn::Event& event);
+
// Inherited from KeyListener
void keyPressed(gcn::KeyEvent& keyEvent);