summaryrefslogtreecommitdiff
path: root/src/ui/listwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-24 07:36:08 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-24 07:36:08 +0300
commit446df26adb969dcb4dd9cf5e171fbb9453a8e27c (patch)
tree562c647f7c9dc907d34e263d44c9a414a80a8017 /src/ui/listwidget.h
parent27ebfc904b9b3eac3ef5479ed0d0ba166fac1543 (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.h1
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);
66void scrollOffset_ListWidget (iListWidget *, int offset); 66void scrollOffset_ListWidget (iListWidget *, int offset);
67void updateVisible_ListWidget (iListWidget *); 67void updateVisible_ListWidget (iListWidget *);
68void updateMouseHover_ListWidget (iListWidget *); 68void updateMouseHover_ListWidget (iListWidget *);
69void setHoverItem_ListWidget (iListWidget *, size_t index);
69 70
70void sort_ListWidget (iListWidget *, int (*cmp)(const iListItem **item1, const iListItem **item2)); 71void sort_ListWidget (iListWidget *, int (*cmp)(const iListItem **item1, const iListItem **item2));
71 72