ofwin_removeview Subroutine

public subroutine ofwin_removeview(row, col)

Remove a view from the window.

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

Arguments

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

Row to remove the view from.

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

Column to remove the view from.