SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_MessageBoxButtonData Struct Reference

SDL_MessageBoxButtonData Struct Reference

Individual button data. More...

#include <SDL_messagebox.h>

Data Fields

Uint32 flags
 SDL_MessageBoxButtonFlags
int buttonid
 User defined button id (value returned via SDL_ShowMessageBox)
const char * text
 The UTF-8 button text.

Detailed Description

Individual button data.

Definition at line 56 of file SDL_messagebox.h.


Field Documentation

int buttonid

User defined button id (value returned via SDL_ShowMessageBox)

Definition at line 59 of file SDL_messagebox.h.

SDL_MessageBoxButtonFlags

Definition at line 58 of file SDL_messagebox.h.

const char* text

The UTF-8 button text.

Definition at line 60 of file SDL_messagebox.h.