declui.backend

Undocumented in source.

Members

Aliases

ToolkitFactory
alias ToolkitFactory = ToolkitBackend function()
Undocumented in source.

Functions

dui
ToolkitBackend dui()

Gets the backend used to create compoonents.

registerToolkit
void registerToolkit(string name, ToolkitFactory factory)

Registers a new toolkit backend that can be used to run the app.

Interfaces

ToolkitBackend
interface ToolkitBackend

The backend for a given UI toolkit. It is used to create compoonents and to enter the main event loop.

ToolkitWidgets
interface ToolkitWidgets

An interface that can create widgets for a backend.

Meta