LavishGUI:lguiwindow (Data Type)

From Lavish Software Wiki
Revision as of 23:41, 15 December 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

This data type provides and controls data for window (Element Type).

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
  • Reset: resets the window position

Inherits

lguiframe

Returns

Same as lguiwindow.Name

Examples

See Also