newt_open_window

(PECL newt >= 0.1)
Open a window of the specified size and position
int newt_open_window ( int $left, int $top, int $width, int $height [, string $title ] )

Open a window of the specified size and position.

Parameters:
left

Location of the upper left-hand corner of the window (column number)

top

Location of the upper left-hand corner of the window (row number)

width

Window width

height

Window height

title

Window title

Returns:

Returns 1 on success, 0 on failure.

See also:

newt_pop_window() -

newt_centered_window() -

doc_php
2016-02-24 15:55:00
Comments
Leave a Comment

Please login to continue.