mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb: Stub out a basic Selection interface
This patch establishes scaffolding for the Selection API.
This commit is contained in:
parent
6782cf5193
commit
5c9ca5c2dc
Notes:
sideshowbarker
2024-07-18 02:49:53 +09:00
Author: https://github.com/awesomekling
Commit: 5c9ca5c2dc
11 changed files with 269 additions and 1 deletions
|
@ -96,6 +96,8 @@ public:
|
|||
int screen_x() const;
|
||||
int screen_y() const;
|
||||
|
||||
Selection::Selection* get_selection();
|
||||
|
||||
private:
|
||||
explicit Window(Document&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue