summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-08 01:42:55 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-08 01:54:48 (EDT)
commita39cfd543362c0e83a6e9fbc8fd9cba73b8938c2 (patch)
treece6709b4b13b0078eef2d3f1ef83b822b156623b /src/tab-chrome.h
parentc15ed53c84f2f0181cc683d8d26ad58ea22dea82 (diff)
downloadmarquee-a39cfd543362c0e83a6e9fbc8fd9cba73b8938c2.zip
marquee-a39cfd543362c0e83a6e9fbc8fd9cba73b8938c2.tar.gz
marquee-a39cfd543362c0e83a6e9fbc8fd9cba73b8938c2.tar.bz2
MqTabChrome: Add find bar and make find button functional
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 850a783..658351b 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -42,6 +42,8 @@ struct MqTabChrome {
GtkWidget *uri_entry;
PangoAttrList *hovered_link_style;
gchar *hovered_link_uri;
+ GtkWidget *find_revealer;
+ GtkWidget *find_search_entry;
WebKitWebView *web_view;
gboolean load_failed;
GtkWidget *back_forward_popover;