ISUI:window (Element Type)
Jump to navigation
Jump to search
Contents
Overview
Base Element
XML Properties
Tag | Description | Example |
---|---|---|
ClickFocus | Name of child element to give keyboard focus to when clicked (if applicable) | |
CloseButton | Window has a close button? | 1 |
HeightResizable | Window height can be resized by dragging border? | 0 |
MinimizeButton | Window has a minimize button? | 1 |
Resizable | Window can be resized by dragging border? | 0 |
Title | Window Title | My Window |
WidthResizable | Window width can be resized by dragging border? | 0 |
Special Children
TitleBar
- frame
- Generally contains Title, Minimize, Maximize and Close
Title
- text
- Displays the window title
Minimize
- button
- Visible when the window is not minimized. When clicked, the window minimizes
Maximize
- button
- Visible when the window is minimized. When clicked, the window is restored
Close
- button
- Hides the window