LavishGUI:lguiwindow (Data Type)

From Lavish Software Wiki
Revision as of 22:59, 8 October 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Description

This data type provides and controls data for ISUI windows.

Members

  • bool IsHeightResizable
  • bool IsWidthResizable
  • bool IsResizable
  • bool IsMinimizable
  • bool IsClosable
  • lguielement ClickFocus
  • bool Minimized
  • string Title

Methods

  • Minimize : minimizes the window
  • Unminimize : unminimizes the window
  • ToggleMinimize : minimizes or unminimizes the window

Inherits

lguiframe

Returns

Same as lguiwindow.Name

Examples

See Also