Query: newt_open_window
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NEWT_OPEN_WINDOW(3) 1 NEWT_OPEN_WINDOW(3) newt_open_window - Open a window of the specified size and positionSYNOPSISint newt_open_window (int $left, int $top, int $width, int $height, [string $title])DESCRIPTIONOpen a window of the specified size and position.PARAMETERSo $left - Location of the upper left-hand corner of the window (column number) o $top - Location of the upper left-hand corner of the window (row number) o $width - Window width o $height - Window height o $title - Window titleRETURN VALUESReturns 1 on success, 0 on failure.SEE ALSOnewt_pop_window(3), newt_centered_window(3). PHP Documentation Group NEWT_OPEN_WINDOW(3)