GuiMessageBox abstract method
Message Box control, displays a message
Implementation
int GuiMessageBox(
RectangleStructType bounds,
String? title,
String message,
String buttons,
);
Message Box control, displays a message
int GuiMessageBox(
RectangleStructType bounds,
String? title,
String message,
String buttons,
);