The search keyword must be a single word (no spaces).
Function CreateTimerDialog
- Line
- 3522
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- timer t
- Returns
- timerdialog
| 3522 | native CreateTimerDialog takes timer t returns timerdialog |
| 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 |