Difference between revisions of "platform.window:height"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "'''platform.window.height''' is a function that is part of platform.window. {{Since|3.0}} == Syntax == '''platform.window.height'''() == Exampl...")
 
Line 7: Line 7:
  
 
== Example  ==
 
== Example  ==
<syntaxhighlight>ww = platform.window.height()</syntaxhighlight>
+
<syntaxhighlight>wh = platform.window.height()</syntaxhighlight>
  
 
<br /><br />
 
<br /><br />
  
 
[[Category:platform.window]]
 
[[Category:platform.window]]

Revision as of 16:30, 26 May 2011

platform.window.height is a function that is part of platform.window.

This has been introduced in TI-Nspire OS 3.0 (Changes).


Syntax

platform.window.height()

Example

wh = platform.window.height()