arsa  2.7
Public Attributes | List of all members
SDL_MessageBoxButtonData Struct Reference

Individual button data. More...

#include <SDL_messagebox.h>

Public Attributes

Uint32 flags
 
int buttonid
 
const char * text
 

Detailed Description

Individual button data.

Definition at line 58 of file SDL_messagebox.h.

Member Data Documentation

◆ buttonid

int SDL_MessageBoxButtonData::buttonid

User defined button id (value returned via SDL_ShowMessageBox)

Definition at line 61 of file SDL_messagebox.h.

◆ flags

Uint32 SDL_MessageBoxButtonData::flags

SDL_MessageBoxButtonFlags

Definition at line 60 of file SDL_messagebox.h.

◆ text

const char* SDL_MessageBoxButtonData::text

The UTF-8 button text

Definition at line 62 of file SDL_messagebox.h.


The documentation for this struct was generated from the following file: