Push Button Event
Description
The user pressed the button identified in the id field of the event template.
|
Mandatory/Optional |
Mandatory. |
|
Event Mask Bit |
None. Event is always visible. |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
|
Field |
Description |
|
context |
Window containing the button that was pressed. |
|
code |
B |
|
id |
ID of the button control that initiated this event. |
|
flags |
0 |
|
x |
Click location within the button (BBj 21 and higher). |
|
y |
Click location within the button (BBj 21 and higher). |