newt_open_window
Open a window of the specified size and position
&reftitle.description;
intnewt_open_window
intleft
inttop
intwidth
intheight
stringtitle
Open a window of the specified size and position.
&reftitle.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
&reftitle.returnvalues;
Returns 1 on success, 0 on failure.
&reftitle.seealso;
newt_pop_window
newt_centered_window