aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r--gui/ListWidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index abdd99b66e..7f05f72a2b 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -34,8 +34,9 @@ enum {
// Some special commands
enum {
- kListItemDoubleClickedCmd = 'LIdb', // 'data' will be item index
- kListItemChangedCmd = 'LIch', // 'data' will be item index
+ kListItemDoubleClickedCmd = 'LIdb', // double click on item - 'data' will be item index
+ kListItemActivatedCmd = 'LIac', // item activated by return/enter - 'data' will be item index
+ kListSelectionChangedCmd = 'Lsch', // selection changed - 'data' will be item index
};
/* ListWidget */