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§
- Message
Box - 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).
- Message
BoxBuilder - Creates
MessageBox
widgets and adds them to user interface.
Enums§
- Message
BoxButtons - A fixed set of possible buttons in a message box.
- Message
BoxMessage - A set of messages that can be used to communicate with message boxes.
- Message
BoxResult - A set of possible reasons why a message box was closed.