cf_message_box¶
Category: utility
GitHub: cute_result.h
Displays a message in a new window.
| Parameters | Description |
|---|---|
| type | The type of the message box. See CF_MessageBoxType. |
| title | Title string of the window. |
| text | Text to display as the window's message. |