Gets the renderer associated with the window.
The renderer.
Shows a message box with a number input asynchronously.
A promise that resolves to the input number value.
The message to display.
The title of the message box.
The initial value of the number input.
The icon to display in the message box.
Shows a message box with a text input asynchronously.
A promise that resolves to the input text value.
The message to display.
The title of the message box.
The initial value of the text input.
The icon to display in the message box.
Shows a message box with a unit input asynchronously.
A promise that resolves to the input number value in millimeters
The message to display.
The title of the message box.
The icon to display in the message box.
Shows a message box with the specified parameters.
True if the message box was shown, false otherwise.
The message to display.
The title of the message box.
The callback to execute when a button is clicked.
The options to display in the message box.
The icon to display in the message box.
Shows a message box asynchronously with the specified parameters.
A promise that resolves to the result of the message box.
The message to display.
The title of the message box.
The options to display in the message box.
The icon to display in the message box.
Class representing a message box window.