Class type Ext_window_Window.events


class type events = object .. end
Inherits
method activate_window : 'a.
(t Js.t -> 'a Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the window has been visually activated via setActive.

Parameters:


method deactivate_window : 'b.
(t Js.t -> 'b Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the window has been visually deactivated via setActive.

Parameters:


method maximize : 'c.
(t Js.t -> 'c Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the window has been maximized.

Parameters:


method minimize : 'd.
(t Js.t -> 'd Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the window has been minimized.

Parameters:


method resize_window : 'e.
(t Js.t ->
Js.number Js.t -> Js.number Js.t -> 'e Js.t -> unit)
Js.callback Js.writeonly_prop

Fires after the window has been resized.

Parameters:


method restore : 'f.
(t Js.t -> 'f Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the window has been restored to its original size after being maximized.

Parameters: