TimerDialogSetTitle
- Parameters
-
whichDialog timerdialog
target dialog.
title string
new title.
- comment
Sets the shown dialog title. Replaces the default "Remaining" text.
- note
Depending on font and version, there's enough space to display 14 full-width characters like "@" (at character). If the text is wider, it is shortened and an ellipsis "..." is shown at the end.
- note
See:
TimerDialogSetTitle
,TimerDialogSetTitleColor
,TimerDialogSetTimeColor
.- patch
1.00
- Source
- common.j
- return type
nothing
- Source code
native TimerDialogSetTitle takes timerdialog whichDialog, string title returns nothing