aboutsummaryrefslogtreecommitdiff
path: root/fiv-sidebar.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-03-15 03:33:48 +0100
committerPřemysl Eric Janouch <p@janouch.name>2023-04-11 06:33:22 +0200
commit8da5f807cf8a64c06377f4868f39e84539cc39c8 (patch)
tree7e25320ba102562a193af05cfcfc527c46596f4f /fiv-sidebar.h
parent1b50a834a5d6bb1584e261efd656c8153fcf41b8 (diff)
downloadfiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.tar.gz
fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.tar.xz
fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.zip
Move and extend the browser toolbar
This makes the user interface more cohesive, and easier to use. Both toolbars should ideally be made configurable.
Diffstat (limited to 'fiv-sidebar.h')
-rw-r--r--fiv-sidebar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fiv-sidebar.h b/fiv-sidebar.h
index 2d0888a..125119f 100644
--- a/fiv-sidebar.h
+++ b/fiv-sidebar.h
@@ -26,4 +26,3 @@ G_DECLARE_FINAL_TYPE(FivSidebar, fiv_sidebar, FIV, SIDEBAR, GtkScrolledWindow)
GtkWidget *fiv_sidebar_new(FivIoModel *model);
void fiv_sidebar_show_enter_location(FivSidebar *self);
-GtkBox *fiv_sidebar_get_toolbar(FivSidebar *self);