Difference between revisions of "Application:getLogicalWidth"
From GiderosMobile
m |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
− | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6 |
− | '''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/> | + | <br/> |
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]] | ||
+ | <br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
− | <translate | + | <translate> |
− | Returns the logical width of the application that is specified at the project properties. | + | Returns the logical width of the application that is specified at the project properties. |
− | + | </translate> | |
<source lang="lua"> | <source lang="lua"> | ||
− | (number) = | + | (number) = application:getLogicalWidth() |
</source> | </source> | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
− | '''<translate>Returns</translate>''' (number) <translate>The logical width of the application</translate><br/> | + | '''<translate>Returns</translate>''' (number) <translate>The logical width of the application</translate> |
+ | <br/> | ||
+ | <br/> |
Revision as of 23:48, 12 June 2019
Available since: Gideros 2011.6
Class: Application
Description
Returns the logical width of the application that is specified at the project properties.
(number) = application:getLogicalWidth()
Return values
Returns (number) The logical width of the application