newt_open_window
newt_open_window — 指定したサイズと位置でウィンドウをオープンする
説明
int newt_open_window ( int left, int top, int width, int height [, string title] )指定したサイズと位置でウィンドウをオープンします。
パラメータ
- left
-
ウィンドウの左上隅の位置(カラム番号)。
- top
-
ウィンドウの左上隅の位置(行番号)。
- width
-
ウィンドウの幅。
- height
-
ウィンドウの高さ。
- title
-
ウィンドウのタイトル。
返り値
成功した場合に 1、失敗した場合に 0 を返します。参考
newt_pop_window() |
newt_centered_window() |
- newt_open_windowのページへのリンク