GObject.Object
WebKit.HitTestResult
Import line: | WebKit = imports.gi.WebKit; |
GIR File: | WebKit-3.0.gir |
C documentation: | WebKitHitTestResult |
Class : | HitTestResult |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
context : WebKit.HitTestResultContext
Flags indicating the kind of target that received the event.
Flags indicating the kind of target that received the event.
|
WebKit.HitTestResult | |
image_uri : String
The URI of the image that is part of the target that received the event, if any.
The URI of the image that is part of the target that received the event, if any.
|
WebKit.HitTestResult | |
inner_node : WebKit.DOMNode
The DOM node at the coordinates where the hit test
happened. The DOM node at the coordinates where the hit test
happened. Keep in mind that the node might not be representative of the information given in the context property, since WebKit uses a series of heuristics to figure out that information. One common example is inner-node having the text node inside the anchor () tag; WebKit knows the whole context and will put WEBKIT_HIT_TEST_RESULT_CONTEXT_LINK in the 'context' property, but the user might be confused by the lack of any link tag in 'inner-node'. |
WebKit.HitTestResult | |
link_uri : String
The URI to which the target that received the event points, if any.
The URI to which the target that received the event points, if any.
|
WebKit.HitTestResult | |
media_uri : String
The URI of the media that is part of the target that received the event, if any.
The URI of the media that is part of the target that received the event, if any.
|
WebKit.HitTestResult | |
parent_instance : GObject.Object
read only
|
WebKit.HitTestResult | |
priv : WebKit.HitTestResultPrivate
read only
|
WebKit.HitTestResult |
Method / Constructor | Defined By | |
---|---|---|
new WebKit.HitTestResult
(Object properties)
Create a new WebKit.HitTestResult
Create a new WebKit.HitTestResult
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
WebKit.WebView
Method |
get_hit_test_result
(EventButton event)
:
WebKit.HitTestResult
Does a 'hit test' in the coordinates specified by event to figure
out context information about that position in the webView. |