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 LGUI windows.
+
This data type provides and controls data for [[LavishGUI:window_%28Element_Type%29|window (Element Type)]].
  
 
== Members ==
 
== Members ==
Line 26: Line 26:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:window_%28Element_Type%29|window (Element Type)]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
  
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Latest revision as of 23:41, 15 December 2005

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