Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_MessageBoxData Struct Reference
MessageBox structure containing title, text, window, etc. More...
#include <SDL_messagebox.h>
Data Fields | |
| Uint32 | flags |
| SDL_MessageBoxFlags | |
| SDL_Window * | window |
| Parent window, can be NULL. | |
| const char * | title |
| UTF-8 title. | |
| const char * | message |
| UTF-8 message text. | |
| const SDL_MessageBoxColorScheme * | colorScheme |
| 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.
Generated on Tue Jul 12 2022 13:56:26 by
1.7.2