Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
newt_open_window
Popis
int newt_open_window ( int left, int top, int width, int height [, string title] )Open a window of the specified size and position.
Seznam parametrů
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
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
newt_listitem | Nahoru |