Category:platform.window

From Inspired-Lua Wiki
Revision as of 23:59, 30 May 2011 by Adriweb (talk | contribs) (Text replace - "platform.window.width" to "platform.window:width")
Jump to navigation Jump to search

Returns the window object currently owned by the script application. The window consists of the portion of the page allotted to the script app.
Several applications can be visible when the page is arranged in a split layout.
Each visible application has its own window.

Quick Overview

  • height : Returns the height in pixel of the current display window.
  • invalidate : invalidates [a region of] the window by firing the on.paint event.
  • width : Returns the width in pixel of the current display window.

Pages in category "platform.window"

The following 4 pages are in this category, out of 4 total.