window_move
moved.i4.v = window_move(window_id.i2.r)
Move the window indicated by "window_id". A value of TRUE will be
returned if the window is actually moved.
window_id window ID
This function returns status values as follows:
TRUE window moved
FALSE window not moved
CBS_NO_WINDOW requested window does not exist
CBS_NOTENB window moving is disabled
CBS_WINDOW_OCCLUDED requested window is presently occluded
This function requires the following include files:
cnsparam_h, cbslib_h, acnet_errors_h
Related functions:
window_set_position(_c), window_disable_move_c, window_enable_move_c,
window_move_disable, window_move_enable, window_resize,
window_set_size(_c), intro_tv_windows
C/C++ usage:
short window_id;
int moved;
moved = window_move(&window_id);