ofwin_setscene Subroutine

public subroutine ofwin_setscene(row, col)

Set the scene at the specified grid position.

This applies to the current active WindowProxy. The scene is specified by the currently active FrameManager.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: row

Row in the grid to set.

integer(kind=int32), intent(in) :: col

Column in the grid to set.