From 0ad2ce4e81dce4acb200da2aa761b8dcaa78118d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Sep 2017 03:13:43 -0400 Subject: src/tab-chrome.[ch]: Save navigation toolbar buttons --- (limited to 'src/tab-chrome.h') diff --git a/src/tab-chrome.h b/src/tab-chrome.h index 035be40..3d08cad 100644 --- a/src/tab-chrome.h +++ b/src/tab-chrome.h @@ -30,6 +30,8 @@ typedef struct { GtkWidget *tab_label; guint tab_position; GtkWidget *container; + GtkToolItem *back_button; + GtkToolItem *forward_button; GtkWidget *uri_entry; WebKitWebView *web_view; } MqTabChrome; -- cgit v0.9.1