12 | | * eventProcess - event function that is called every few milliseconds to do any application processing desired |
13 | | * eventHide - event function that is called when the form is hidden |
14 | | * eventDone - event function that is called when the form is exiting |
| 12 | * eventProcess - event function that is called every few milliseconds to do any application processing desired. May be NULL. |
| 13 | * eventHide - event function that is called when the form is hidden. May be NULL. |
| 14 | * eventDone - event function that is called when the form is exiting. May be NULL. If a done event is specified it may return 0 to stay in the form or non-zero to exit the form. |