multigrid: use grid-based coordinates for ext_popupmenu

This commit is contained in:
Björn Linse
2018-09-08 10:35:09 +02:00
parent 882dd63dc7
commit 16c3337122
2 changed files with 14 additions and 6 deletions

View File

@@ -87,7 +87,8 @@ void win_position(Integer win, Integer grid, Integer startrow,
Integer startcol, Integer width, Integer height)
FUNC_API_SINCE(4) FUNC_API_REMOTE_ONLY;
void popupmenu_show(Array items, Integer selected, Integer row, Integer col)
void popupmenu_show(Array items, Integer selected,
Integer row, Integer col, Integer grid)
FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY;
void popupmenu_hide(void)
FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY;