Module Sdl.Message_box
Message box Buttons
val button_returnkey_default : button_flags
val button_escapekey_default : button_flags
type button_data
=
{
button_flags : button_flags;
button_id : int;
button_text : string;
}
Message box flags
Message box color scheme
Message box data
type data
=
{
flags : flags;
window : window option;
title : string;
message : string;
buttons : button_data list;
color_scheme : color_scheme option;
}