
Window is the base class for widgets which represent top level windows.
Slots
- close
-
This close()
Close the window.
-
static internal Str closeId := "close"
- icon
-
Image icon
Icon if window is a frame.
-
static internal Str iconId := "icon"
-
Menu menuBar
Child menu bar widget if top level frame.
- open
-
This open()
Open the window.
-
static internal Str openId := "open"
- title
-
Str title := ""
Title string if window is a frame. Defaults to "".
-
static internal Str titleId := "title"