Application

A wrapper around the core application.

Constructors

this
this(string name)

Creates a new application.

Members

Functions

add
void add(Window window)

Adds a window to the application.

remove
void remove(Window window)

Removes a window from the application.

remove
void remove(string name)

Removes a window from the application.

updateStyles
void updateStyles()

Updates all styles for each window.

Properties

app
Application app [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]

Gets the name of the application.

Static functions

initialize
void initialize(Application application)

Initializes a application and then processes it.

Meta