• Sets the shown dialog title. Replaces the default "Remaining" text.

    Parameters

    • whichDialog: HandleHolder<"timerdialog">

      target dialog.

    • title: string

      new title.

    Returns void

    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.

Generated using TypeDoc