Приглашаем посетить
Бальмонт (balmont.lit-info.ru)

newt_open_window


newt_open_window

(PECL)

newt_open_window -- Open a window of the specified size and position

Описание

void 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

Возвращаемые значения

Undefined value.

Смотрите также

newt_pop_window()
newt_centered_window()