Luna::Window::MessageBoxType

enum MessageBoxType : u32
{
    ok= 1
    ok_cancel= 2
    retry_cancel= 3
    yes_no= 4
    yes_no_cancel= 5
}

Specifies the type of the message box.

Options

  • ok

    One message box with one OK button.

  • ok_cancel

    One message box with one OK button and one Calcel button.

  • retry_cancel

    One message box with one Retry button and one Calcel button.

  • yes_no

    One message box with one Yes button and one No button.

  • yes_no_cancel

    One message box with one Yes button, one No button and one Cancel button.