Window.Window
機能/意味
Constructing a Window object
タイプ
Windowクラス
のコンストラクタ
構文
Window(
parent
)
引数
parent
Specify the parent window.
If you specify a parent window, it will be created as its child window.
Omit if not specified.
戻り値
なし (void)
説明
Constructs a Window class object.
The window is created hidden and its position and size are undefined (appropriate size for somewhere).