[][src]Module ndless::msg

Message boxes

This module contains functions to display message boxes to the user.

Enums

Button

Functions

msg

Creates a dialog box with a single button, labeled "OK"

msg_2b

Creates a dialog box with two buttons

msg_2numeric

Creates a dialog box with two numerical inputs

msg_3b

Creates a dialog box with three buttons

msg_input

Creates a dialog box with a text input

msg_numeric

Creates a dialog box with a numerical input