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

_aSettingsDialogCreate variable

Syntax

static const GUI_WIDGET_CREATE_INFO _aSettingsDialogCreate[] = { { FRAMEWIN_CreateIndirect, "Settings", ID_FRAMEWIN_0, 20, 10, 280, 170, 0, 0x0, 0 }, { MULTIPAGE_CreateIndirect, "Multipage", ID_MULTIPAGE, 10, 15, 190, 120, 0, 0x0, 0 }, { BUTTON_CreateIndirect, "OK", ID_BUTTON_OK, 210, 18, 50, 50, 0, 0x0, 0 }, { BUTTON_CreateIndirect, "Cancel", ID_BUTTON_CANCEL, 210, 85, 50, 50, 0, 0x0, 0 } };

References

LocationReferrerText
camera_win.c:91
static const GUI_WIDGET_CREATE_INFO _aSettingsDialogCreate[] =
camera_win.c:702_cbDialog()
hSettings = GUI_CreateDialogBox(_aSettingsDialogCreate, GUI_COUNTOF(_aSettingsDialogCreate), _cbSettingsDialog, CAMERA_hWin, 0, 0);

Data Use

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