addHandlerChanged {gWidgetsWWW2}R Documentation

Assign handler to default event

Description

The default event is specified in the definition of the object. Using this function allows one to have a "generic" name for adding a handler.

Usage

addHandlerChanged(x, ...)

Arguments

x

the object

...

Used to pass through handler, and action values. The handler is a function whose first argument is a list that contains components obj to return the object and action, holding the action value, and possibly others.


[Package gWidgetsWWW2 version 0.4-8 Index]