Enum leftwm_core::DisplayEvent[][src]

pub enum DisplayEvent {
Show 15 variants Movement(WindowHandlei32i32), KeyCombo(ModMaskXKeysym), KeyGrabReload, MouseCombo(ModMaskButtonWindowHandle), WindowCreate(Windowi32i32), WindowChange(WindowChange), WindowDestroy(WindowHandle), MouseEnteredWindow(WindowHandle), VerifyFocusedAt(i32i32), MoveFocusTo(i32i32), MoveWindow(WindowHandlec_ulongi32i32), ResizeWindow(WindowHandlec_ulongi32i32), ScreenCreate(Screen), SendCommand(Command), ChangeToNormalMode,
}

Variants

Movement(WindowHandlei32i32)

Tuple Fields of Movement

0: WindowHandle1: i322: i32
KeyCombo(ModMaskXKeysym)

Tuple Fields of KeyCombo

0: ModMask1: XKeysym
KeyGrabReload
MouseCombo(ModMaskButtonWindowHandle)

Tuple Fields of MouseCombo

0: ModMask1: Button2: WindowHandle
WindowCreate(Windowi32i32)

Tuple Fields of WindowCreate

0: Window1: i322: i32
WindowChange(WindowChange)

Tuple Fields of WindowChange

0: WindowChange
WindowDestroy(WindowHandle)

Tuple Fields of WindowDestroy

0: WindowHandle
MouseEnteredWindow(WindowHandle)

Tuple Fields of MouseEnteredWindow

0: WindowHandle
VerifyFocusedAt(i32i32)

Tuple Fields of VerifyFocusedAt

0: i321: i32
MoveFocusTo(i32i32)

Tuple Fields of MoveFocusTo

0: i321: i32
MoveWindow(WindowHandlec_ulongi32i32)

Tuple Fields of MoveWindow

0: WindowHandle1: c_ulong2: i323: i32
ResizeWindow(WindowHandlec_ulongi32i32)

Tuple Fields of ResizeWindow

0: WindowHandle1: c_ulong2: i323: i32
ScreenCreate(Screen)

Tuple Fields of ScreenCreate

0: Screen
SendCommand(Command)

Tuple Fields of SendCommand

0: Command
ChangeToNormalMode

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.