SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_MessageBoxData Struct Reference

SDL_MessageBoxData Struct Reference

MessageBox structure containing title, text, window, etc. More...

#include <SDL_messagebox.h>

Data Fields

Uint32 flags
 SDL_MessageBoxFlags
SDL_Windowwindow
 Parent window, can be NULL.
const char * title
 UTF-8 title.
const char * message
 UTF-8 message text.
const SDL_MessageBoxColorSchemecolorScheme
 SDL_MessageBoxColorScheme, can be NULL to use system settings

Detailed Description

MessageBox structure containing title, text, window, etc.

Definition at line 92 of file SDL_messagebox.h.


Field Documentation

SDL_MessageBoxColorScheme, can be NULL to use system settings

Definition at line 102 of file SDL_messagebox.h.

SDL_MessageBoxFlags

Definition at line 94 of file SDL_messagebox.h.

const char* message

UTF-8 message text.

Definition at line 97 of file SDL_messagebox.h.

const char* title

UTF-8 title.

Definition at line 96 of file SDL_messagebox.h.

Parent window, can be NULL.

Definition at line 95 of file SDL_messagebox.h.