Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

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()