cheatgui
Preparing search index...
functions
buildWindow
Function buildWindow
buildWindow
(
options
:
{
collapseThreshold
?:
number
;
collapsible
?:
boolean
;
draggable
?:
boolean
;
dragThreshold
?:
number
;
elements
:
Widget
[]
;
expanded
?:
boolean
;
height
?:
number
;
resizable
?:
boolean
;
title
?:
string
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
,
)
:
Window
Create a window
Parameters
options
:
{
collapseThreshold
?:
number
;
collapsible
?:
boolean
;
draggable
?:
boolean
;
dragThreshold
?:
number
;
elements
:
Widget
[]
;
expanded
?:
boolean
;
height
?:
number
;
resizable
?:
boolean
;
title
?:
string
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Window options
Returns
Window
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
cheatgui
Loading...
Create a window