STemWin
_aMenuItems
is only used within STemWin.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
_aMenuItems
_aMenuItems variable
Syntax
Show:
Summary
Declaration
from
filebrowser_win.c:112
static
MENU_ITEM
_aMenuItems
[
]
=
{
{
"Open File"
,
ID_MENU_OPENFILE
,
0
}
,
{
"Delete File"
,
ID_MENU_DELETE
,
0
}
,
{
"Proprieties"
,
ID_MENU_PROPRIETIES
,
0
}
,
{
0
,
0
,
MENU_IF_SEPARATOR
}
,
{
"Cancel"
,
ID_MENU_EXIT
,
0
}
,
}
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out