Top | ![]() |
![]() |
![]() |
![]() |
WebKitHitTestResultContext | context | Read / Write / Construct Only |
gchar * | image-uri | Read / Write / Construct Only |
WebKitDOMNode * | inner-node | Read / Write / Construct Only |
gchar * | link-uri | Read / Write / Construct Only |
gchar * | media-uri | Read / Write / Construct Only |
“context”
property“context” WebKitHitTestResultContext
Flags indicating the kind of target that received the event.
Flags: Read / Write / Construct Only
Default value: WEBKIT_HIT_TEST_RESULT_CONTEXT_DOCUMENT
Since 1.1.15
“image-uri”
property “image-uri” gchar *
The URI of the image that is part of the target that received the event, if any.
Flags: Read / Write / Construct Only
Default value: NULL
Since 1.1.15
“inner-node”
property “inner-node” WebKitDOMNode *
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 (<a>) 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'.
Flags: Read / Write / Construct Only
Since 1.3.2
“link-uri”
property “link-uri” gchar *
The URI to which the target that received the event points, if any.
Flags: Read / Write / Construct Only
Default value: NULL
Since 1.1.15