ofwin_selectview Subroutine

public subroutine ofwin_selectview(row, col)

Set the view currently displayed in the window.

This applies to the current active WindowProxy. This selects the current active View.

Arguments

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

Row to set the active view in.

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

Column to set the active view in.