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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Description ==
 
== Description ==
This data type provides and controls data for ISUI windows.
+
This data type provides and controls data for LGUI windows.
  
 
== Members ==
 
== Members ==
Line 16: Line 16:
 
* '''Unminimize''' : unminimizes the window
 
* '''Unminimize''' : unminimizes the window
 
* '''ToggleMinimize''' : minimizes or unminimizes the window
 
* '''ToggleMinimize''' : minimizes or unminimizes the window
 
+
* '''Reset''': resets the window position
 
== Inherits ==
 
== Inherits ==
 
[[LavishGUI:lguiframe (Data Type)|lguiframe]]
 
[[LavishGUI:lguiframe (Data Type)|lguiframe]]

Revision as of 21:00, 9 December 2005

Description

This data type provides and controls data for LGUI 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
  • Reset: resets the window position

Inherits

lguiframe

Returns

Same as lguiwindow.Name

Examples

See Also