newt_open_window

(PECL newt >= 0.1)

newt_open_windowOpen 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.

인수

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 1 on success, 0 on failure.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top