pub enum DisplayEvent {
Show 15 variants
Movement(WindowHandle, i32, i32),
KeyCombo(ModMask, XKeysym),
KeyGrabReload,
MouseCombo(ModMask, Button, WindowHandle),
WindowCreate(Window, i32, i32),
WindowChange(WindowChange),
WindowDestroy(WindowHandle),
MouseEnteredWindow(WindowHandle),
VerifyFocusedAt(i32, i32),
MoveFocusTo(i32, i32),
MoveWindow(WindowHandle, c_ulong, i32, i32),
ResizeWindow(WindowHandle, c_ulong, i32, i32),
ScreenCreate(Screen),
SendCommand(Command),
ChangeToNormalMode,
}
Tuple Fields of MouseCombo
Tuple Fields of WindowCreate
Tuple Fields of WindowChange
Tuple Fields of WindowDestroy
Tuple Fields of MouseEnteredWindow
Tuple Fields of VerifyFocusedAt
Tuple Fields of MoveFocusTo
Tuple Fields of MoveWindow
Tuple Fields of ResizeWindow
Tuple Fields of ScreenCreate
Tuple Fields of SendCommand
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.