Home > PHP > Function > Newt > newt_centered_window()

newt_centered_window()

newt_centered_window - Open a centered window of the specified size

Syntax

int newt_centered_window (int $width, int $height, string $title)

Arguments

  • width - Window width
  • height - Window height
  • title - Window title

Description

Open a centered window of the specified size.

Version

PHP PECL newt >= 0.1

Return value

Undefined value.