diff options
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r-- | src/ui/listwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index 16adf664..d7e2c55e 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h | |||
@@ -61,7 +61,7 @@ int scrollPos_ListWidget (const iListWidget *); | |||
61 | 61 | ||
62 | void setScrollPos_ListWidget (iListWidget *, int pos); | 62 | void setScrollPos_ListWidget (iListWidget *, int pos); |
63 | void scrollToItem_ListWidget (iListWidget *, size_t index); | 63 | void scrollToItem_ListWidget (iListWidget *, size_t index); |
64 | void scrollOffset_ListWidget (iListWidget *, int offset); | 64 | iBool scrollOffset_ListWidget (iListWidget *, int offset); /* returns true if position changed */ |
65 | void updateVisible_ListWidget (iListWidget *); | 65 | void updateVisible_ListWidget (iListWidget *); |
66 | void updateMouseHover_ListWidget (iListWidget *); | 66 | void updateMouseHover_ListWidget (iListWidget *); |
67 | 67 | ||