Enum leftwm_core::DisplayEvent[][src]

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

Variants

Movement(WindowHandlei32i32)

Tuple Fields

1: i32
2: i32

KeyCombo(ModMaskXKeysym)

Tuple Fields

KeyGrabReload

MouseCombo(ModMaskButtonWindowHandle)

Tuple Fields

1: Button

WindowCreate(Windowi32i32)

Tuple Fields

0: Window
1: i32
2: i32

WindowChange(WindowChange)

Tuple Fields

WindowDestroy(WindowHandle)

Tuple Fields

MouseEnteredWindow(WindowHandle)

Tuple Fields

VerifyFocusedAt(WindowHandle)

Tuple Fields

MoveFocusTo(i32i32)

Tuple Fields

0: i32
1: i32

MoveWindow(WindowHandlei32i32)

Tuple Fields

1: i32
2: i32

ResizeWindow(WindowHandlei32i32)

Tuple Fields

1: i32
2: i32

ScreenCreate(Screen)

Tuple Fields

0: Screen

SendCommand(Command)

Tuple Fields

ConfigureXlibWindow(WindowHandle)

Tuple Fields

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.