summaryrefslogtreecommitdiff
path: root/src/ui/listwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r--src/ui/listwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h
index dfa24c07..8adf6ac3 100644
--- a/src/ui/listwidget.h
+++ b/src/ui/listwidget.h
@@ -62,8 +62,9 @@ int itemHeight_ListWidget (const iListWidget *);
62int scrollPos_ListWidget (const iListWidget *); 62int scrollPos_ListWidget (const iListWidget *);
63 63
64void setScrollPos_ListWidget (iListWidget *, int pos); 64void setScrollPos_ListWidget (iListWidget *, int pos);
65void scrollToItem_ListWidget (iListWidget *, size_t index); 65void scrollToItem_ListWidget (iListWidget *, size_t index, uint32_t span);
66void scrollOffset_ListWidget (iListWidget *, int offset); 66void scrollOffset_ListWidget (iListWidget *, int offset);
67void scrollOffsetSpan_ListWidget (iListWidget *, int offset, uint32_t span);
67void updateVisible_ListWidget (iListWidget *); 68void updateVisible_ListWidget (iListWidget *);
68void updateMouseHover_ListWidget (iListWidget *); 69void updateMouseHover_ListWidget (iListWidget *);
69void setHoverItem_ListWidget (iListWidget *, size_t index); 70void setHoverItem_ListWidget (iListWidget *, size_t index);