ofwin_setgridsize Subroutine

public subroutine ofwin_setgridsize(nrow, ncol)

Set the number rows and columns in the grid.

This applies to the current active WindowProxy.

Arguments

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

Number of rows in the window grid.

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

Number of columns in the window grid.