pyface.workbench.window_event module

Window events.

class pyface.workbench.window_event.WindowEvent[source]

Bases: HasTraits

A window lifecycle event.

class pyface.workbench.window_event.VetoableWindowEvent[source]

Bases: WindowEvent, Vetoable

A vetoable window lifecycle event.