gWidgetsWWW2-handlers: Name given to most common action (widget changed state, ...)

Description Usage

Description

Name given to most common action (widget changed state, ...)

Handler for a click event

Handler for a double click event

Handler for the enter key event?

handler for loss of keyboard focus event

handler for select event

handler for change of state event

handler for mouse down event

handler for mouse up event

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
  addHandlerChanged(obj, handler, action = NULL, ...)

  addHandlerClicked(obj, handler, action = NULL, ...)

  addHandlerDoubleclick(obj, handler, action = NULL, ...)

  addHandlerEnter(obj, handler, action = NULL, ...)

  addHandlerBlur(obj, handler, action = NULL, ...)

  addHandlerSelect(obj, handler, action = NULL, ...)

  addHandlerChange(obj, handler, action = NULL, ...)

  addHandlerMouseDown(obj, handler, action = NULL, ...)

  addHandlerMouseUp(obj, handler, action = NULL, ...)

jverzani/gWidgetsWWW2.rapache documentation built on May 20, 2019, 5:19 a.m.