_OpenPopup() is only used within MB1063.
 
Symbols
loading...
Files
loading...

_OpenPopup() function

The function opens a popup menu at the given position. It returns immediately after creation. On the first call it creates the menu.

Syntax

static void _OpenPopup(WM_HWIN hParent,     MENU_ITEM * pMenuItems,     int NumItems,     int x,     int y);

Arguments

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

References

LocationReferrerText
k_menu.c:522
static void _OpenPopup(WM_HWIN hParent, MENU_ITEM * pMenuItems, int NumItems, int x, int y)
k_menu.c:683_cbBk()

Call Tree

Functions calling _OpenPopup()
Functions called by _OpenPopup()
all items filtered out
_OpenPopup()
Data read by _OpenPopup()
Data written by _OpenPopup()
_OpenPopup()
_OpenPopup()::hMenu
_OpenPopup()::i
all items filtered out
Type of _OpenPopup()
_OpenPopup()
all items filtered out