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

MessageBox structure containing title, text, window, etc. More...

#include <SDL_messagebox.h>

Public Attributes

Uint32 flags
 
SDL_Windowwindow
 
const char * title
 
const char * message
 
int numbuttons
 
const SDL_MessageBoxButtonDatabuttons
 
const SDL_MessageBoxColorSchemecolorScheme
 

Detailed Description

MessageBox structure containing title, text, window, etc.

Definition at line 94 of file SDL_messagebox.h.

Member Data Documentation

◆ buttons

const SDL_MessageBoxButtonData* SDL_MessageBoxData::buttons

Definition at line 102 of file SDL_messagebox.h.

◆ colorScheme

const SDL_MessageBoxColorScheme* SDL_MessageBoxData::colorScheme

SDL_MessageBoxColorScheme, can be NULL to use system settings

Definition at line 104 of file SDL_messagebox.h.

◆ flags

Uint32 SDL_MessageBoxData::flags

SDL_MessageBoxFlags

Definition at line 96 of file SDL_messagebox.h.

◆ message

const char* SDL_MessageBoxData::message

UTF-8 message text

Definition at line 99 of file SDL_messagebox.h.

◆ numbuttons

int SDL_MessageBoxData::numbuttons

Definition at line 101 of file SDL_messagebox.h.

◆ title

const char* SDL_MessageBoxData::title

UTF-8 title

Definition at line 98 of file SDL_messagebox.h.

◆ window

SDL_Window* SDL_MessageBoxData::window

Parent window, can be NULL

Definition at line 97 of file SDL_messagebox.h.


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