diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-25 21:30:49 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-25 21:30:49 +0200 |
commit | c19be4f64f2f38f692b9987a7b5268bdb87fa8be (patch) | |
tree | e3070566cd7f6cecec41f960e4fa47fa03d938ff /src/ui/listwidget.h | |
parent | 9c1fac30f92eadc292ca0b4326b93d4cf9b4008c (diff) |
SidebarWidget: Bookmark tag icons; Feeds presentation
Special tags of bookmarks are now visualized with icons.
Feed items show an indicator if the currently open document matches the entry URL.
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 26c1ac9e..16adf664 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h | |||
@@ -55,6 +55,7 @@ void addItem_ListWidget (iListWidget *, iAnyObject *item); | |||
55 | 55 | ||
56 | iScrollWidget * scroll_ListWidget (iListWidget *); | 56 | iScrollWidget * scroll_ListWidget (iListWidget *); |
57 | 57 | ||
58 | int scrollBarWidth_ListWidget (const iListWidget *); /* returns zero if hidden */ | ||
58 | int itemHeight_ListWidget (const iListWidget *); | 59 | int itemHeight_ListWidget (const iListWidget *); |
59 | int scrollPos_ListWidget (const iListWidget *); | 60 | int scrollPos_ListWidget (const iListWidget *); |
60 | 61 | ||