ofwin_addview Subroutine

public subroutine ofwin_addview(row, col)

Add a view to the window.

This applies to the current active WindowProxy. This adds the current acive View.

Arguments

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

Row to add the view to.

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

Column to add the view to.