Skip to main content

Module input

Module input 

Source
Expand description

input 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 InputBox docs for more info and usage examples.

Structs§

InputBox
Input box is a window that is used to show standard input dialogues, for example, a rename dialog. It has a title, some description text, input field and Ok + Cancel buttons.
InputBoxBuilder
Creates InputBox widgets and adds them to the user interface.

Enums§

InputBoxMessage
A set of messages that can be used to communicate with input boxes.
InputBoxResult
A set of possible reasons why a input box was closed.