From 709fb30f17877ab4db6adf88e5a6b9fa537ac38e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Sep 2017 03:52:26 -0400 Subject: src/tab-chrome.[ch]: Add stop/reload button Currently just reloads. --- (limited to 'src/tab-chrome.h') diff --git a/src/tab-chrome.h b/src/tab-chrome.h index 3d08cad..3785a95 100644 --- a/src/tab-chrome.h +++ b/src/tab-chrome.h @@ -32,6 +32,7 @@ typedef struct { GtkWidget *container; GtkToolItem *back_button; GtkToolItem *forward_button; + GtkToolItem *stop_reload_button; GtkWidget *uri_entry; WebKitWebView *web_view; } MqTabChrome; -- cgit v0.9.1