Module messagebox

Source
Expand description

Message box is a window that is used to show standard confirmation/information dialogues, for example, closing a document with unsaved changes. It has a title, some text, and a fixed set of buttons (Yes, No, Cancel in different combinations). See MessageBox docs for more info and usage examples.

Structs§

MessageBox
Message box is a window that is used to show standard confirmation/information dialogues, for example, closing a document with unsaved changes. It has a title, some text, and a fixed set of buttons (Yes, No, Cancel in different combinations).
MessageBoxBuilder
Creates MessageBox widgets and adds them to user interface.

Enums§

MessageBoxButtons
A fixed set of possible buttons in a message box.
MessageBoxMessage
A set of messages that can be used to communicate with message boxes.
MessageBoxResult
A set of possible reasons why a message box was closed.