STemWin
_OpenPopup()
is only used within STemWin.
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
STemWin
_OpenPopup()
_OpenPopup() function
Opens a popup menu at the given position.
Syntax
Show:
Summary
Declaration
from
filebrowser_win.c:159
static
void
_OpenPopup
(
WM_HWIN
hParent
,
MENU_ITEM
*
pMenuItems
,
int
NumItems
,
int
x
,
int
y
)
;
Arguments
Argument
Description
hParent
pointer to the handle of the parent
pMenuItems
pointer to menu items
NumItems
number of menu items
x
x position of the popup
y
y position of the popup
Return value
None
Notes
It returns immediately after creation. On the first call it creates the menu
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