window_config table reference - Stingray Lua API Reference
Provides settings for opening a new window in a call to stingray.Window.open().
|
Specifies if this window shouldn't have a frame, false by default.
|
Set the window
to frameless to ensure that the dimensions passed in remain unchanged.
|
The height of the window, in pixels.
|
|
If this property is set, its value is interpreted as an integer representation of a pointer to an HWND object.
|
In this case, the new window is created as a
child window to that window, and all other parameters are ignored.
|
The title of the new window.
|
|
The width of the window, in pixels.
|
|
x : number
The screen coordinate of the left side of the window, in pixels.
|
|
y : number
The screen coordinate of the top of the window, in pixels.
|