LavishGUI:window (Element Type)
Jump to navigation
Jump to search
Contents
Introduction
What is a Window?
A window is a frame with added features like titlebar and minimize buttons.
Using Windows
Windows are descendants of the frame element type. Any attributes of the frame element type may be applied in addition to the window-specific properties described below.
Window-Specific Properties
- ClickFocus
- Name of child element to give keyboard focus to when clicked (if applicable)
- CloseButton
- Window has a close button?
- HeightResizable
- Window height can be resized by dragging border?
- MinimizeButton
- Window has a minimize button?
- Resizable
- Window can be resized by dragging border?
- Title
- Window Title
- WidthResizable
- Window width can be resized by dragging border?
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