webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebFrameView.idl";
Public Member Functions | |
HRESULT | webFrame ([out, retval] IWebFrame **frame) |
HRESULT | documentView ([out, retval] IWebDocumentView **view) |
HRESULT | setAllowsScrolling ([in] BOOL flag) |
HRESULT | allowsScrolling ([out, retval] BOOL *flag) |
allowsScrolling Returns whether the WebFrameView allows its document to be scrolled
HRESULT IWebFrameView::documentView | ( | [out, retval] IWebDocumentView ** | view | ) |
documentView Returns the WebFrameView's document subview
setAllowsScrolling: Sets whether the WebFrameView allows its document to be scrolled
flag | YES to allow the document to be scrolled, NO to disallow scrolling
|
webFrame Returns the WebFrame associated with this WebFrameView