scrollableSubFrameAtPoint()

Returns the scrollable subframe at the given point, if there is one.

Synopsis:

#include <WebView.h>

virtual WebFrame* scrollableSubFrameAtPoint(BalPoint point);

Description:

Return the scrollable subframe at the given point, if there is one.

Arguments:

point
The point at which to return the subframe.

Returns:

A pointer to a WebFrame instance representing the highest level scrollable subframe.

See also:

scrollBy(), scrollRenderobjectBy(), scrollableRenderobjectAtPoint()