Method

WebKitWebProcessExtensionWebHitTestResultcontext_is_scrollbar

Declaration [src]

gboolean
webkit_web_hit_test_result_context_is_scrollbar (
  WebKitWebHitTestResult* web_hit_test_result
)

Description [src]

Check whether there is a scrollbar at the hit test position.

Checks whether WEBKIT_HIT_TEST_RESULT_CONTEXT_SCROLLBAR flag is present in the context flags.

Return value

Type: gboolean

TRUE if the hit test covers a scrollbar or FALSE otherwise.