Home > PHP > Function > Newt > newt_open_window()

newt_open_window()

newt_open_window - Open a window of the specified size and position

Syntax

int newt_open_window (int $left, int $top, int $width, int $height, string $title)

Arguments

  • 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

Description

Open a window of the specified size and position.

Version

PHP PECL newt >= 0.1

Return value

Returns 1 on success, 0 on failure.