Bug 23137 - Add Qt API to QWebHitTestResult::isScrollBar method
Summary: Add Qt API to QWebHitTestResult::isScrollBar method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 11:39 PST by Adam Treat
Modified: 2009-01-07 07:36 PST (History)
0 users

See Also:


Attachments
Adds new method: isScrollBar() to hit test result (2.92 KB, patch)
2009-01-06 11:40 PST, Adam Treat
staikos: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2009-01-06 11:39:43 PST
Hi,

This patch adds a new method to QWebHitTestResult to determine if the test resulted in a scrollbar.

Cheers,
Adam
Comment 1 Adam Treat 2009-01-06 11:40:20 PST
Created attachment 26462 [details]
Adds new method: isScrollBar() to hit test result