ISUI:window (Element Type)

From Lavish Software Wiki
Revision as of 15:45, 20 August 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

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

See Also