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
-
One message box with one OK button.
-
One message box with one OK button and one Calcel button.
-
One message box with one Retry button and one Calcel button.
-
One message box with one Yes button and one No button.
-
One message box with one Yes button, one No button and one Cancel button.