GoLang newt_centered_window

request it (270)
GoLang replacement for PHP's newt_centered_window [edit | history]



Do you know a GoLang replacement for PHP's newt_centered_window? Write it!

PHP newt_centered_window

PHP original manual for newt_centered_window [ show | php.net ]

newt_centered_window

(PECL newt >= 0.1)

newt_centered_windowOpen a centered window of the specified size

Description

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

Open a centered window of the specified size.

Parameters

width

Window width

height

Window height

title

Window title

Return Values

Undefined value.

See Also