Bind

These are common commands that apply to all widgets that have them injected.

Members

Functions

bind
auto bind(string binding, CommandCallback callback)

Bind a callback to a particular event triggered by this item. This command is identical to UiElement's bind method.

unbind
auto unbind(string binding)

Unbind a previous event binding.

Meta