MB1063
_AddMenuItem()
is only used within MB1063.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
MB1063
_AddMenuItem()
_AddMenuItem() function
Adds one menu item to the given menu
Syntax
Show:
Summary
Declaration
from
k_menu.c:502
static
void
_AddMenuItem
(
MENU_Handle
hMenu
,
MENU_Handle
hSubmenu
,
const
char
*
pText
,
U16
Id
,
U16
Flags
)
;
Arguments
Argument
Description
hMenu
pointer to the handle of menu
hSubmenu
pointer to the handle of Sub menu
pText
pointer to menu item description
Id
ID of the menu item
Flags
window creation flags
Return value
None
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