diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-05 22:27:23 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-05 22:27:23 +0300 |
commit | 366e3402da641dda87c865623caa6120d0eeb1e9 (patch) | |
tree | fb701c29b30917cf1fcee98ec3dc63018f1825d0 /src/ui/listwidget.h | |
parent | 3282d252439d4166ed8f95ce42c82f0d21582e17 (diff) |
List scrolling using visbuffer; draw press states
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r-- | src/ui/listwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index 71635eaf..c8a07f51 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h | |||
@@ -54,7 +54,8 @@ void addItem_ListWidget (iListWidget *, iAnyObject *item); | |||
54 | 54 | ||
55 | iScrollWidget * scroll_ListWidget (iListWidget *); | 55 | iScrollWidget * scroll_ListWidget (iListWidget *); |
56 | 56 | ||
57 | int scrollPos_ListWidget (const iListWidget *); | 57 | int itemHeight_ListWidget (const iListWidget *); |
58 | int scrollPos_ListWidget (const iListWidget *); | ||
58 | 59 | ||
59 | void setScrollPos_ListWidget (iListWidget *, int pos); | 60 | void setScrollPos_ListWidget (iListWidget *, int pos); |
60 | void scrollOffset_ListWidget (iListWidget *, int offset); | 61 | void scrollOffset_ListWidget (iListWidget *, int offset); |