pub type FocusOutEvent = FocusInEvent;
Expand description
NOT YET DOCUMENTED
Aliased Type§
struct FocusOutEvent { /* private fields */ }
Implementations
source§impl FocusInEvent
impl FocusInEvent
pub fn new( detail: NotifyDetail, event: Window, mode: NotifyMode, ) -> FocusInEvent
pub fn response_type(&self) -> u8
sourcepub fn detail(&self) -> NotifyDetail
pub fn detail(&self) -> NotifyDetail
pub fn sequence(&self) -> u16
sourcepub fn event(&self) -> Window
pub fn event(&self) -> Window
The window on which the focus event was generated. This is the window used by the X server to report the event.