functionCall Standard getwindowid

The functionCall Standard getwindowid has been added.

Returns the window manager's id for a given Window.
LET auiWinID = getCurrentWindowID()
CALL ui.interface.frontCall("standard","getwindowid",[auiWinID],[ret])
IF ret <> -1 THEN
  CALL my_function(ret)
END IF