onExpose()

Sends an expose event to the WebView

Synopsis:

#include <WebView.h>

void onExpose( BalEventExpose expose );

Description:

Sends an expose event to the current WebView.

Arguments:

expose
The expose event to send to the WebView.

See also:

onKeyDown(), onKeyUp(), onMouseButtonUp(), onMouseButtonDown()