From e40f70a3af1142e6c0c89c6ea2ee47b996495661 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 20 Sep 2010 16:30:45 +0000 Subject: corrected trading inconsistencies, improved trade window, initial slider widget --- src/ui/listitem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/listitem.h') diff --git a/src/ui/listitem.h b/src/ui/listitem.h index 1d4cd33..6fad3e9 100644 --- a/src/ui/listitem.h +++ b/src/ui/listitem.h @@ -43,6 +43,8 @@ public: listitem_item = item; } + void select(); + protected: /// keypress event handler virtual bool on_keypress(const int key, const unsigned int modifier); -- cgit v1.2.3