diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-24 07:36:08 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-24 07:36:08 +0300 |
commit | 446df26adb969dcb4dd9cf5e171fbb9453a8e27c (patch) | |
tree | 562c647f7c9dc907d34e263d44c9a414a80a8017 /src/ui/listwidget.h | |
parent | 27ebfc904b9b3eac3ef5479ed0d0ba166fac1543 (diff) |
SidebarWidget: Reordering bookmarks manually
One can now drag and drop bookmarks to change their order in the list.
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 | ||