klyn.gui.windows.dialogs.FontLightBox.cancelled
event
public event cancelled as ActionEvent
Description

Emitted when the user cancels with the button, Escape key, or close icon.

chooser.cancelled += lambda(event: ActionEvent): print("Cancelled")