diff options
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r-- | src/ui/listwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index e586a003..dfa24c07 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h | |||
@@ -66,6 +66,7 @@ void scrollToItem_ListWidget (iListWidget *, size_t index); | |||
66 | void scrollOffset_ListWidget (iListWidget *, int offset); | 66 | void scrollOffset_ListWidget (iListWidget *, int offset); |
67 | void updateVisible_ListWidget (iListWidget *); | 67 | void updateVisible_ListWidget (iListWidget *); |
68 | void updateMouseHover_ListWidget (iListWidget *); | 68 | void updateMouseHover_ListWidget (iListWidget *); |
69 | void setHoverItem_ListWidget (iListWidget *, size_t index); | ||
69 | 70 | ||
70 | void sort_ListWidget (iListWidget *, int (*cmp)(const iListItem **item1, const iListItem **item2)); | 71 | void sort_ListWidget (iListWidget *, int (*cmp)(const iListItem **item1, const iListItem **item2)); |
71 | 72 | ||