Changes

Jump to navigation Jump to search

platform.window:width

No change in size, 00:59, 31 May 2011
m
Text replace - "platform.window.width" to "platform.window:width"
Line 1: Line 1: −
'''platform.window.width''' is a function that is part of [[:Category:platform.window|platform.window]].
+
'''platform.window:width''' is a function that is part of [[:Category:platform.window|platform.window]].
    
{{Since|3.0}}
 
{{Since|3.0}}
 
Returns the width in pixel of the current display window.
 
Returns the width in pixel of the current display window.
 
== Syntax  ==
 
== Syntax  ==
'''platform.window.width'''()<br />
+
'''platform.window:width'''()<br />
 
(No arguments)
 
(No arguments)
    
== Example  ==
 
== Example  ==
<syntaxhighlight>ww = platform.window.width()</syntaxhighlight>
+
<syntaxhighlight>ww = platform.window:width()</syntaxhighlight>
    
<br /><br />
 
<br /><br />
    
[[Category:platform.window]]
 
[[Category:platform.window]]

Navigation menu