Wiki Page Content

Revision 1 as of 2014-09-23 20:24:06

Clear message

DRAFT

SDL_MessageBoxData

A structure that contains title, text, window and other date 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 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

You can add useful comments here


CategoryStruct, CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit