Category:platform.window

From Inspired-Lua Wiki
Revision as of 13:12, 20 August 2018 by Zirconium (talk | contribs) (Added a link to a new page that was linked elsewhere already. Page has yet to be created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 : Sets a flag to invalidate [a region of] the window by firing the on.paint event.
  • width : Returns the width in pixel of the current display window.
  • setFocus(true or false) : Focus/Unfocus the script's window.
  • setBackgroundColor(color) : Sets the background color of the script's window. Available only when used with apilevel '2.4' or above

Pages in category "platform.window"

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