fgl_setsize()
Sets the size of the main application window.
Syntax
fgl_setsize(
   height INTEGER,
   width INTEGER )
- height is the number of lines of the window.
 - 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.