ISUI:window (Element Type)

From Lavish Software Wiki
Revision as of 15:02, 21 June 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Overview

Base Element

  • none

XML Properties

Tag Description Example
BackgroundColor Background color FF000000
Border Size of border around the element. This border is included in the size of the element 1
BorderColor Background color FF000000
ClickFocus Name of child element to give keyboard focus to when clicked (if applicable)
CloseButton Window has a close button? 1
Controls Texture to be applied to the controls (must use same size and positioning as the original)
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
Texture Texture to be applied to the window
Title Window Title My Window
TitleBar Window has a title bar? 1
TitleBarBackgroundColor Background color used for the window's title bar FF000066
TitleBarFontSize Font size for use in the title bar 12
TitleBarTextColor Text color used for the window's title bar FF000066
WidthResizable Window width can be resized by dragging border? 0


See Also