summaryrefslogtreecommitdiff
path: root/src/ui/listwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-31 14:18:09 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-31 14:18:09 +0200
commitf809b80a688b8cd0a5a8bcb578d4cce1562fff5e (patch)
treebfecbefcf9f56f9fd4e44d89bb8977eb872b0bd5 /src/ui/listwidget.h
parent7d0d4a6821644a73fc52b54eba6774ba5a64cb54 (diff)
Preferences: Basic key bindings UI
One can now bind keys in Preferences. The configured keys aren't yet saved, though.
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r--src/ui/listwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h
index da6303e9..11f1672e 100644
--- a/src/ui/listwidget.h
+++ b/src/ui/listwidget.h
@@ -64,6 +64,8 @@ void scrollOffset_ListWidget (iListWidget *, int offset);
64void updateVisible_ListWidget (iListWidget *); 64void updateVisible_ListWidget (iListWidget *);
65void updateMouseHover_ListWidget (iListWidget *); 65void updateMouseHover_ListWidget (iListWidget *);
66 66
67void sort_ListWidget (iListWidget *, int (*cmp)(const iListItem **item1, const iListItem **item2));
68
67iAnyObject * item_ListWidget (iListWidget *, size_t index); 69iAnyObject * item_ListWidget (iListWidget *, size_t index);
68iAnyObject * hoverItem_ListWidget (iListWidget *); 70iAnyObject * hoverItem_ListWidget (iListWidget *);
69 71