IWindow

Represents a graphical window.

Members

Functions

title
string title()

Gets the current title of the window.

title
void title(string title)

Sets the new title of the window.

Inherited Members

From IComponent

visible
void visible(bool visible)

Sets the visibility of the component.

visible
bool visible()

Gets the visibility of the component.

getInternal
IComponent getInternal()

Returns the component owned by the backend.

From IContainer

add
void add(IComponent child)

Adds a child component to the component.

Meta