From a39cfd543362c0e83a6e9fbc8fd9cba73b8938c2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 08 Oct 2017 01:42:55 -0400 Subject: MqTabChrome: Add find bar and make find button functional --- (limited to 'src/tab-chrome.h') 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; -- cgit v0.9.1