mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
LibWeb+WebContent: Support displaying tooltips in OOPWV
This commit is contained in:
parent
c503047c71
commit
5b617df496
7 changed files with 39 additions and 0 deletions
|
@ -10,6 +10,8 @@ endpoint WebContentClient = 90
|
|||
DidChangeTitle(String title) =|
|
||||
DidRequestScroll(int wheel_delta) =|
|
||||
DidRequestScrollIntoView(Gfx::IntRect rect) =|
|
||||
DidEnterTooltipArea(Gfx::IntPoint content_position, String title) =|
|
||||
DidLeaveTooltipArea() =|
|
||||
DidHoverLink(URL url) =|
|
||||
DidUnhoverLink() =|
|
||||
DidClickLink(URL url, String target, unsigned modifiers) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue