From 3f5325f59ba7f8552d093fdafd9674b713f3cad9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 20 Apr 2025 22:57:32 +0530 Subject: Add scrolling controls --- src/WindowMediator.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/WindowMediator.hpp') diff --git a/src/WindowMediator.hpp b/src/WindowMediator.hpp index 6046292..0a27f2e 100644 --- a/src/WindowMediator.hpp +++ b/src/WindowMediator.hpp @@ -23,6 +23,9 @@ public: DELEGATE(webview_stack, webview_history_forward, history_forward) DELEGATE(webview_stack, close, close_webview) DELEGATE(webview_stack, focus_webview, select_webview) + DELEGATE(webview_stack, scroll, scroll) + DELEGATE(webview_stack, scroll_to_top, scroll_to_top) + DELEGATE(webview_stack, scroll_to_bottom, scroll_to_bottom) signals: void new_window_requested(const QUrl &url); -- cgit v1.3.1