_aDialogCreate is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

_aDialogCreate variable

Syntax

static const GUI_WIDGET_CREATE_INFO _aDialogCreate[] = { { FRAMEWIN_CreateIndirect, "Transparent dialog", 0, 0, 0, 220, 100, FRAMEWIN_CF_MOVEABLE}, { TEXT_CreateIndirect, "Background:", GUI_ID_TEXT0, 5, 10, 90, 20, TEXT_CF_LEFT }, { TEXT_CreateIndirect, "Title:", GUI_ID_TEXT1, 5, 40, 90, 20, TEXT_CF_LEFT }, { SLIDER_CreateIndirect, NULL, GUI_ID_SLIDER0, 100, 10, 100, 20 }, { SLIDER_CreateIndirect, NULL, GUI_ID_SLIDER1, 100, 40, 100, 20 }, };

References

LocationReferrerText
GUIDEMO_TransparentDialog.c:6741
static const GUI_WIDGET_CREATE_INFO _aDialogCreate[] = {
GUIDEMO_TransparentDialog.c:6944_TransparentDialog()
hFrame = GUI_CreateDialogBox(_aDialogCreate, GUI_COUNTOF(_aDialogCreate), 0, 0, (xSize - 220) / 2, 55);

Data Use

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