DtvLong dal_wdg_mov_wdg (iwd, row, col)

Moves the widget on the screen by the number of rows and columns specified.

Input Parameters Significance
DtvLong iwd widget Id [0 = active widget]
DtvLong row increments row
DtvLong col increments column

Output Parameters Significance
no -

Return Code Significance
0 no error
1 no widget active
2 widget is iconified

The new widget position values are the result of adding the specified increment values for row and column to the current row and column position of the widget.

You cannot move the widget beyond the screen borders.