LibWeb+UI: Add internals API to set browser zoom

This commit is contained in:
InvalidUsernameException 2024-12-23 22:15:06 +01:00 committed by Alexander Kalenik
commit 5cc9a5802d
Notes: github-actions[bot] 2025-01-21 15:12:32 +00:00
17 changed files with 78 additions and 3 deletions

View file

@ -133,6 +133,7 @@ public slots:
void zoom_out();
void reset_zoom();
void update_zoom_menu();
void update_displayed_zoom_level();
void select_all();
void show_find_in_page();
void paste();
@ -154,7 +155,6 @@ private:
void debug_request(ByteString const& request, ByteString const& argument = "");
void set_current_tab(Tab* tab);
void update_displayed_zoom_level();
template<typename Callback>
void for_each_tab(Callback&& callback)