The Window System
Important
Showing the window
window.show()
// Shows the window (allowing the user to move/drag and resize the window by default)
window.hide()
// Hides the window, stopping all user interaction that is handled by originModifying the window
Window Position
window.x = x
// set the window's x position
window.y = y
// set the window's y positionWindow Size
Closing the window and execution control
Extra
DragBox
Create a new window
All endpoints on the window variable
Parents and Children
Parent Variables
File and code data
Window Location
Window Permissions
Accent Colour
Last updated