Go to the documentation of this file.
22 #ifndef SDL_messagebox_h_
23 #define SDL_messagebox_h_
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_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.
EGLSurface EGLNativeWindowType * window
MessageBox structure containing title, text, window, etc.
RGB value used in a message box color scheme.
const SDL_MessageBoxButtonData * buttons
A set of colors to use for message box dialogs.