The search keyword must be a single word (no spaces).
Function DestroyTimerDialog
- Line
- 3523
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- timerdialog whichDialog
- Returns
- nothing
| 3523 | native DestroyTimerDialog takes timerdialog whichDialog returns nothing |
| 3524 | native TimerDialogSetTitle takes timerdialog whichDialog, string title returns nothing |
| 3525 | native TimerDialogSetTitleColor takes timerdialog whichDialog, integer red, integer green, integer blue, integer alpha returns nothing |
| 3526 | native TimerDialogSetTimeColor takes timerdialog whichDialog, integer red, integer green, integer blue, integer alpha returns nothing |
| 3527 | native TimerDialogSetSpeed takes timerdialog whichDialog, real speedMultFactor returns nothing |
| 3528 | native TimerDialogDisplay takes timerdialog whichDialog, boolean display returns nothing |