Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<newt_listitemnewt_pop_help_line>
Last updated: Tue, 19 Sep 2006

newt_open_window

(PECL)

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

Description

int newt_open_window ( int left, int top, int width, int height [, string title] )

Open a window of the specified size and position.

Parameters

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

Return Values

Returns 1 on success, 0 on failure.




<newt_listitemnewt_pop_help_line>
Last updated: Tue, 19 Sep 2006