multigrid: Add win_position event

Throttle win_position events
This commit is contained in:
Utkarsh Maheshwari
2018-06-15 02:41:59 +05:30
committed by Björn Linse
parent 01555de2da
commit d5754eae02
4 changed files with 35 additions and 0 deletions

View File

@@ -83,6 +83,9 @@ void grid_scroll(Integer grid, Integer top, Integer bot,
FUNC_API_SINCE(5) FUNC_API_REMOTE_IMPL;
void grid_destroy(Integer grid)
FUNC_API_SINCE(5) FUNC_API_REMOTE_ONLY;
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)
FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY;