ShortcutController.addOnReset

This signal is emitted when the shortcut controller is requesting the widget to reset any state it may have regarding the shortcut controller. Such an example might be a modal system that lives outside the controller whose state should be cleared in response to the controller changing modes.

class ShortcutController
gulong
addOnReset
(
void delegate() dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta