|
Size: 2160
Comment: Fixed typo.
|
Size: 1930
Comment: Add reference to SDL_ShowMessageBox for code example
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 34: | Line 34: |
| ''You can add useful comments here'' ##Leave this section as-is unless you have a remark to put in. In that case, replace ''You can add useful comments here'' with your remark(s) following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. |
See [[SDL_ShowMessageBox]] for a complete code example. |
DRAFT |
SDL_MessageBoxData
A structure that contains title, text, window and other data for a message box.
Contents
Data Fields
Uint32 |
flags |
|
SDL_Window* |
window |
an parent window, can be NULL |
const char* |
title |
an UTF-8 title |
const char* |
message |
an UTF-8 message text |
int |
numbuttons |
the number of buttons |
const SDL_MessageBoxButtonData* |
buttons |
an array of SDL_MessageBoxButtonData with size of numbuttons |
const SDL_MessageBoxColorScheme* |
colorScheme |
an SDL_MessageBoxColorScheme, can be NULL to use system settings |
Code Examples
You can add your code example here
Remarks
See SDL_ShowMessageBox for a complete code example.
Related Enumerations
Related Structures
