#pragma section-numbers off #pragma camelcase off || DRAFT|| ##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGStructures for details on editing this page*^*^*^*^* = SDL_MessageBoxData = A structure that contains title, text, window and other data for a message box. <> == Data Fields == || Uint32 || '''flags''' || an [[SDL_MessageBoxFlags]] || || 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 length of '''numbuttons''' || || const [[SDL_MessageBoxColorScheme]]* || '''colorScheme''' || an [[SDL_MessageBoxColorScheme]], can be NULL to use system settings || == Code Examples == {{{#!highlight cpp You can add your code example here }}} ##Leave this section as-is unless you have a code example to put in. In that case, replace You can add your code example here with your code example following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. == Remarks == See [[SDL_ShowMessageBox]]() for a complete code example. == Related Enumerations == .[[SDL_MessageBoxFlags]] ##Remove this section if empty == Related Structures == .[[SDL_MessageBoxButtonData]] .[[SDL_MessageBoxColorScheme]] ##Remove this section if empty == Related Functions == .[[SDL_ShowMessageBox]] ##Remove this section if empty ---- [[CategoryStruct]], [[CategoryVideo]] ##See the Style Guide for instructions on editing the footer.