newt_open_window
Opis
int newt_open_window ( int left, int top, int width, int height [, string title] )Open a window of the specified size and position.
Parametry
leftLocation of the upper left-hand corner of the window (column number)
topLocation of the upper left-hand corner of the window (row number)
widthWindow width
heightWindow height
titleWindow title
| Poprzedni | Spis treści | Następny |
| newt_listitem | Początek rozdziału |