_aSettingsDialogCreate is only used within MB1063.
 
Symbols
loading...
Files
loading...

_aSettingsDialogCreate variable

Syntax

static const GUI_WIDGET_CREATE_INFO _aSettingsDialogCreate[] = { { FRAMEWIN_CreateIndirect, "Settings", ID_FRAMEWIN_0, 100, 50, 280, 120, 0, 0x0, 0 }, { BUTTON_CreateIndirect, "OK", ID_BUTTON_OK, 180, 5, 70, 30, 0, 0x0, 0 }, { BUTTON_CreateIndirect, "Cancel", ID_BUTTON_CANCEL, 180, 50, 70, 30, 0, 0x0, 0 }, { TEXT_CreateIndirect, "Slide show timer : ", ID_TEXT_1, 30, 20, 100, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "(seconds)", ID_TEXT_2, 100, 50, 50, 20, 0, 0x0, 0 }, { SPINBOX_CreateIndirect, "Spinbox", ID_SPINBOX_0, 30, 43, 60, 40, 0, 0x0, 0 } };

References

LocationReferrerText
imagebrowser_win.c:91
static const GUI_WIDGET_CREATE_INFO _aSettingsDialogCreate[] =
imagebrowser_win.c:909_cbDialog()
GUI_CreateDialogBox(_aSettingsDialogCreate, GUI_COUNTOF(_aSettingsDialogCreate), _cbSettingsDialog, IMAGE_hWin, 0, 0);

Data Use

Functions reading _aSettingsDialogCreate
_aSettingsDialogCreate
all items filtered out
Type of _aSettingsDialogCreate
_aSettingsDialogCreate
all items filtered out