Difference between revisions of "LavishGUI:lguiwindow (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 22:54, 8 October 2005

Description

This data type provides and controls data for ISUI windows.

Members

  • IsHeightResizable
  • IsWidthResizable
  • IsResizable
  • IsMinimizable
  • IsClosable
  • ClickFocus
  • Minimized
  • Title

Methods

  • Minimize : shades the window
  • Unminimize : unshades the window
  • ToggleMinimize : shades or unshades the window

Inherits

lguiframe

Returns

Same as lguiwindow.Name

Examples

See Also