TestingBackend

A backend that automatically stubs out every instantiation method.

Members

Functions

run
void run(string[] args, IWindow window)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ToolkitBackend

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

Enters the main event loop for the backend.

window
IWindow window()

Creates a window.

label
ILabel label()

Creates a label.

button
IButton button()

Creates a button.

menubar
IMenuBar menubar()

Creates a menubar.

menu
IMenu menu()

Creates a menu.

menubutton
IMenuButton menubutton()

Creates a menu button.

Meta