summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 03:52:26 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 03:52:26 (EDT)
commit709fb30f17877ab4db6adf88e5a6b9fa537ac38e (patch)
treeb196880ebc80c0dbe56740008262ffd655d68be3 /src/tab-chrome.h
parent86117c86ed80b6d660258045a680f89a46b0f9d5 (diff)
downloadmarquee-709fb30f17877ab4db6adf88e5a6b9fa537ac38e.zip
marquee-709fb30f17877ab4db6adf88e5a6b9fa537ac38e.tar.gz
marquee-709fb30f17877ab4db6adf88e5a6b9fa537ac38e.tar.bz2
src/tab-chrome.[ch]: Add stop/reload button
Currently just reloads.
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h1
1 files changed, 1 insertions, 0 deletions
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;