A window with optional close button, title bar, resize button and client area.
- Command Input:
b(Movable)
- Command Output:
v
- Command Description:
- Set window's movable flag.
- Command Input:
v
- Command Output:
b(Movable)
- Command Description:
- Get window's movable flag.
- Command Input:
b(Resizable)
- Command Output:
v
- Command Description:
- Set window's resizable flag.
- Command Input:
v
- Command Output:
b(Resizable)
- Command Description:
- Get window's resizable flag.
- Command Input:
b(HasCloseButton)
- Command Output:
v
- Command Description:
- Set whether the window has a close button or not.
- Command Input:
v
- Command Output:
b(HasCloseButton)
- Command Description:
- Return true if window has a close button.
- Command Input:
s(Title)
- Command Output:
v
- Command Description:
- Set the window title.
- Command Input:
v
- Command Output:
s(Title)
- Command Description:
- Get the window title.