summaryrefslogtreecommitdiffstats
path: root/src/web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.c')
-rw-r--r--src/web-view.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web-view.c b/src/web-view.c
index d018dcf..5d90b0c 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -556,3 +556,9 @@ mq_web_view_save(MqWebView *web_view)
{
web_view->scheme_methods->save_file(web_view, &web_view->scheme);
}
+
+void
+mq_web_view_grab_focus(MqWebView *web_view)
+{
+ gtk_widget_grab_focus(GTK_WIDGET(web_view));
+}