prompt_close


Description:

public virtual signal void prompt_close ()

Action signal fired when the prompt is to be closed.

After the default handler has run, the prompt is closed. The various prompting methods will return results as if the user dismissed the prompt.

You can use the [method@Prompt.close] method to emit this signal.