Go to the documentation of this file.
22 #ifndef SDL_messagebox_h_
23 #define SDL_messagebox_h_
@ SDL_MESSAGEBOX_COLOR_BUTTON_BORDER
@ SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT
SDL_MessageBoxButtonFlags
Flags for SDL_MessageBoxButtonData.
const SDL_MessageBoxColorScheme * colorScheme
GLboolean GLboolean GLboolean b
int SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
Create a modal message box.
GLuint GLsizei const GLchar * message
@ SDL_MESSAGEBOX_COLOR_TEXT
@ SDL_MESSAGEBOX_COLOR_BACKGROUND
@ SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT
SDL_MessageBoxFlags
SDL_MessageBox flags. If supported will display warning icon, etc.
The type used to identify a window.
int SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window)
Create a simple modal message box.
@ SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND
@ SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT
EGLSurface EGLNativeWindowType * window
MessageBox structure containing title, text, window, etc.
RGB value used in a message box color scheme.
@ SDL_MESSAGEBOX_INFORMATION
@ SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED
const SDL_MessageBoxButtonData * buttons
@ SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT
A set of colors to use for message box dialogs.
@ SDL_MESSAGEBOX_COLOR_MAX