Lines Matching refs:handler
46 /** registers an event handler.
49 the platform specific window id. If empty, the handler should be
53 the handler to register.
56 the event mask specifies the events the handler is interested in.
62 /** removes a eventHandler from the handler list.
65 the platform specific window id the handler should be deregistered for.
66 If empty, the handler should be deregistered completly.
69 the handler to remove.
75 /** register an error handler for toolkit specific errors.
78 the handler to register.
84 /** remover an error handler from the handler list.
87 the handler to remove.