Luna::Window::MessageBoxButton

enum MessageBoxButton : u32
{
    ok= 1
    cancel
    retry
    yes
    no
}

Indicates buttons on the message box.

Options

  • ok

    The OK button.

  • cancel

    The Cancel button.

  • retry

    The Retry button.

  • yes

    The Yes button.

  • no

    The No button.