Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/listview.h')
-rw-r--r--src/ui/listview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/listview.h b/src/ui/listview.h
index a650348..a0c185b 100644
--- a/src/ui/listview.h
+++ b/src/ui/listview.h
@@ -53,6 +53,9 @@ public:
/// clear all listitems
void clear();
+ /// set selection to specified ListItem
+ void select(ListItem *item);
+
/// set selection to nothing
void deselect();