scrollRenderobjectBy()

Scrolls a RenderObject instance by a given offset.

Synopsis:

#include <WebView.h>

virtual void scrollRenderObjectBy(BalPoint offset,
                                  WebCore::RenderObject *object);

Description:

Scrolls a RenderObject instance by a given offset.

Arguments:

offset
A handle to the Balpoint instance representing the offset of the scroll wheel. This value determines how much the object will scroll.
object
The render object to scroll.

See also:

scrollableSubFrameAtpoint(), scrollBy(), scrollableRenderobjectAtPoint()