The search keyword must be a single word (no spaces).
Function TimerDialogSetTitle
- Line
- 3524
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- timerdialog whichDialog, string title
- 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 |
| 3529 | native IsTimerDialogDisplayed takes timerdialog whichDialog returns boolean |