scrollableRenderObjectAtPoint()

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

Synopsis:

#include <WebView.h>

virtual WebCore::RenderObject* scrollableRenderObjectAtPoint(
                                  BalPoint point,
                                  int *info);

Description:

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

Arguments:

point
The point at which to return the subframe.
info
A pointer to an integer representing the render object.

Returns:

A pointer to a RenderObject at the specified point.

See also:

scrollableSubFrameAtpoint(), scrollBy()