|
By patvdv at 26 Feb 2008 - 21:56
|
new.window()
Syntax
long new.window( long
height, long width, long row, long col )
Description
This creates a new window. The new window automatically becomes the current window.
Arguments
|
height, width
|
The height and width of the new window.
|
|
row, column
|
These indicate the position of the top left corner of the new window, relative to the top left corner of the parent window.
|
Return values
The window ID for the new window.
Context
Bshell function.
Related topics
|