LavishGUI:lguiwindow (Data Type)

From Lavish Software Wiki
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