QueueDestroyEvent

Queue destroy event.

This event allows delayed widget destruction and is used internally by Window.queueWidgetDestroy().

class QueueDestroyEvent : RunnableEvent {}

Constructors

this
this(Widget widgetToDestroy)
Undocumented in source.

Inherited Members

From RunnableEvent

_action
void delegate() _action;
Undocumented in source.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta