TestingBackend

A backend that automatically stubs out every instantiation method.

Members

Functions

getWidgets
ToolkitWidgets getWidgets()
Undocumented in source. Be warned that the author may not have intended to support it.
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.

getWidgets
ToolkitWidgets getWidgets()
Undocumented in source.

From ToolkitWidgets

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