Skip to content

pyui.set_window_title

fabian-flassig edited this page Jul 31, 2026 · 2 revisions

Change the text displayed as the window caption of the dialog.

pyui.set_window_title(dialog, text)
dialog:set_window_title(text)

Parameters

Type Description
dialog dialog_handle Dialog whose title is to be changed
text string The new title

Return value

None

See also

Dialog Layout, Control Gallery, set_control_text

Clone this wiki locally