Dialog Module (dialog)Set dialog title (:set_title)On this pageSet dialog title (:set_title) Declaration dialog_obj = dialog_obj:set_title(title) Parameters title String. Dialog title text Returns dialog_obj Dialog. Returns the dialog itself Description Set the dialog's title Example dialog():set_title('Title'):show()