NEWT_OPEN_WINDOW(3) 1 NEWT_OPEN_WINDOW(3)
newt_open_window - Open a window of the specified size and position
SYNOPSIS
int newt_open_window (int $left, int $top, int $width, int $height, [string $title])
DESCRIPTION
Open a window of the specified size and position.
PARAMETERS
o $left
- Location of the upper left-hand corner of the window (column number)
o $top
- Location of the upper left-hand corner of the window (row number)
o $width
- Window width
o $height
- Window height
o $title
- Window title
RETURN VALUES
Returns 1 on success, 0 on failure.
SEE ALSO
newt_pop_window(3), newt_centered_window(3).
PHP Documentation Group NEWT_OPEN_WINDOW(3)