Method

WebKitWebProcessExtensionWebHitTestResultcontext_is_editable

Declaration [src]

gboolean
webkit_web_hit_test_result_context_is_editable (
  WebKitWebHitTestResult* web_hit_test_result
)

Description [src]

Check whether there is an editable element at the hit test position.

Checks whether WEBKIT_HIT_TEST_RESULT_CONTEXT_EDITABLE flag is present in the context flags.

Return value

Type: gboolean

TRUE if the hit test covers an editable element or FALSE otherwise.