WindowEventType
WindowEventType
#
Bases: Enum
WindowEventType
#
Bases: Enum
BLUR = 'blur'
#
CLOSE = 'close'
#
ENTER_FULL_SCREEN = 'enter-full-screen'
#
FOCUS = 'focus'
#
HIDE = 'hide'
#
LEAVE_FULL_SCREEN = 'leave-full-screen'
#
MAXIMIZE = 'maximize'
#
MINIMIZE = 'minimize'
#
MOVE = 'move'
#
MOVED = 'moved'
#
RESIZE = 'resize'
#
RESIZED = 'resized'
#
RESTORE = 'restore'
#
SHOW = 'show'
#
UNMAXIMIZE = 'unmaximize'
#