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

_aBitmapItem variable

_aBitmapItem

Syntax

static const BITMAP_ITEM _aBitmapItem[] = { {&_bmBrowser, "Browser" , "Use the browser to explore the www"}, {&_bmClock, "Clock" , "Adjust current time and date"}, {&_bmDate, "Date" , "Use the diary"}, {&_bmEmail, "Email" , "Read an email"}, {&_bmSystem, "System" , "Change system settings"}, {&_bmRead, "Read" , "Read a docu- ment"}, {&_bmWrite, "Write" , "Write an email"}, {&_bmPassword,"Password", "Deter- mine the system pass- word"}, {&_bmRemote, "Network" , "Select network"}, };

References

LocationReferrerText
GUIDEMO_IconView.c:6488
static const BITMAP_ITEM _aBitmapItem[] = {
GUIDEMO_IconView.c:6530_cbWin()
TEXT_SetText(hItem, _aBitmapItem[Sel].pExplanation);
GUIDEMO_IconView.c:6614GUIDEMO_IconView()
for (i = 0; i < GUI_COUNTOF(_aBitmapItem); i++) {
GUIDEMO_IconView.c:6618GUIDEMO_IconView()
ICONVIEW_AddBitmapItem(hWin, _aBitmapItem[i].pBitmap, _aBitmapItem[i].pText);
GUIDEMO_IconView.c:6634GUIDEMO_IconView()
} else if (Sel == (GUI_COUNTOF(_aBitmapItem) - 1)) {

Data Use

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