ToolkitBackend

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

Members

Functions

button
IButton button()

Creates a button.

label
ILabel label()

Creates a label.

menu
IMenu menu()

Creates a menu.

menubar
IMenuBar menubar()

Creates a menubar.

menubutton
IMenuButton menubutton()

Creates a menu button.

run
void run(string[] args, IWindow window)

Enters the main event loop for the backend.

window
IWindow window()

Creates a window.

Meta