_aDialogGeneralSettings variable
Syntax
static const GUI_WIDGET_CREATE_INFO _aDialogGeneralSettings[] = {
{ WINDOW_CreateIndirect, "General Settings", 0, 0, 0, 300, 180, FRAMEWIN_CF_MOVEABLE },
{ CHECKBOX_CreateIndirect, "Checkbox", ID_CHECKBOX_SPRITES, 6, 05, 147, 20, 0, 0x0, 0 },
{ CHECKBOX_CreateIndirect, "Checkbox", ID_CHECKBOX_BACKGROUND, 6, 35, 227, 20, 0, 0x0, 0 },
{ CHECKBOX_CreateIndirect, "Checkbox", ID_CHECKBOX_CPU180, 6, 65, 215, 20, 0, 0x0, 0 },
{ CHECKBOX_CreateIndirect, "Checkbox", ID_CHECKBOX_FLEXSKIN, 6, 95, 147, 20, 0, 0x0, 0 },
{ TEXT_CreateIndirect, "[!! Restart the demonstration to apply the new settings !!]", ID_TEXT_WARNING, 6, 135, 300, 20, 0, 0x0, 0 },
};