1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

Ladybird: Add "Copy" and "Select All" actions to the Edit menu

This commit is contained in:
Andreas Kling 2023-01-11 20:09:52 +01:00
parent b79bc25a1f
commit 9c7e26b8d4
4 changed files with 45 additions and 1 deletions

View file

@ -112,6 +112,9 @@ public:
void zoom_out();
void reset_zoom();
DeprecatedString selected_text();
void select_all();
virtual void notify_server_did_layout(Badge<WebContentClient>, Gfx::IntSize content_size) override;
virtual void notify_server_did_paint(Badge<WebContentClient>, i32 bitmap_id) override;
virtual void notify_server_did_invalidate_content_rect(Badge<WebContentClient>, Gfx::IntRect const&) override;