IowWindowState
Package | qnx.display |
Class | public final class IowWindowState |
Inheritance | IowWindowState ![]() |
Language Version : | ActionScript 3.0 |
state
property of the IowWindow object.
Class information: |
---|
PlayBook Tablet OS Version: 1.0.6 |
See also
Public Constants
Constant | Defined By | ||
---|---|---|---|
HIDDEN : String = hidden [static]
The window invisible to the user. | IowWindowState | ||
NORMAL : String = normal [static]
The window is displayed at normal size. | IowWindowState | ||
THUMBNAIL : String = thumbnail [static]
The window is displayed at a reduced size. | IowWindowState |
Constant Detail
HIDDEN
public static const HIDDEN:String = hidden |
The window invisible to the user. The window may be technically visible but the screen may be off or the window off-screen.
NORMAL
public static const NORMAL:String = normal |
The window is displayed at normal size.
THUMBNAIL
public static const THUMBNAIL:String = thumbnail |
The window is displayed at a reduced size.