virtual class vaseWindow::WindowEvent

sys::Obj
  vaseWindow::Event
    vaseWindow::WindowEvent

@Js

Windows host Event

activated

const static Int activated := 4

closed

const static Int closed := 2

closing

const static Int closing := 1

deactivated

const static Int deactivated := 3

deiconified

const static Int deiconified := 5

gainedFocus

const static Int gainedFocus := 8

iconified

const static Int iconified := 6

lostFocus

const static Int lostFocus := 7

make

new make(Int type)

opened

const static Int opened := 0

toStr

virtual override Str toStr()