fgl_setsize()

Sets the size of the main application window.

Syntax

fgl_setsize(
   height INTEGER,
   width INTEGER )
  1. height is the number of lines of the window.
  2. width is the number of columns of the window.

Usage

This function defines the size of the main window when using the traditional GUI mode.