Module suzy::app[][src]

An App describes the context in which widgets exist.

Apps have an associated window and “root” widgets, which are assigned to fill the whole window area.

Structs

App

A type which contains the context in which widgets run.

AppBuilder

Enables customizing an app before it is run.

AppTesterInterface

An interface to enable some automated testing of an app.

CurrentApp

A type which represents an App which is currently available as a context.