webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebFrameView Interface Reference

import"IWebFrameView.idl";

Inheritance diagram for IWebFrameView:

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)
 

Member Function Documentation

◆ allowsScrolling()

HRESULT IWebFrameView::allowsScrolling ( [out, retval] BOOL flag)

allowsScrolling Returns whether the WebFrameView allows its document to be scrolled

Returns
YES if the document is allowed to scroll, otherwise NO
  • (BOOL)allowsScrolling;

◆ documentView()

HRESULT IWebFrameView::documentView ( [out, retval] IWebDocumentView **  view)

documentView Returns the WebFrameView's document subview

Returns
The subview that renders the WebFrameView's contents
  • (NSView <WebDocumentView> *)documentView;

◆ setAllowsScrolling()

HRESULT IWebFrameView::setAllowsScrolling ( [in] BOOL  flag)

setAllowsScrolling: Sets whether the WebFrameView allows its document to be scrolled

Parameters
flagYES to allow the document to be scrolled, NO to disallow scrolling
  • (void)setAllowsScrolling:(BOOL)flag;

◆ webFrame()

HRESULT IWebFrameView::webFrame ( [out, retval] IWebFrame **  frame)

webFrame Returns the WebFrame associated with this WebFrameView

Returns
The WebFrameView's frame.

The documentation for this interface was generated from the following file: