xcb::x

Type Alias FocusOutEvent

source
pub type FocusOutEvent = FocusInEvent;
Expand description

NOT YET DOCUMENTED

Aliased Type§

struct FocusOutEvent { /* private fields */ }

Implementations

source§

impl FocusInEvent

source

pub fn new( detail: NotifyDetail, event: Window, mode: NotifyMode, ) -> FocusInEvent

source

pub fn response_type(&self) -> u8

source

pub fn detail(&self) -> NotifyDetail

source

pub fn sequence(&self) -> u16

source

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.

source

pub fn mode(&self) -> NotifyMode

Trait Implementations

source§

impl BaseEvent for FocusInEvent

source§

const EXTENSION: Option<Extension> = None

The extension associated to this event, or None for the main protocol
source§

const NUMBER: u32 = 9u32

The number associated to this event
source§

fn is_from_send_event(&self) -> bool

Check whether this event was emitted by the SendEvent request See [crate::x::SendEvent].
source§

impl Debug for FocusInEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Drop for FocusInEvent

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl Raw<xcb_generic_event_t> for FocusInEvent

source§

unsafe fn from_raw(raw: *mut xcb_generic_event_t) -> Self

Build Self from a raw pointer Read more
source§

fn as_raw(&self) -> *mut xcb_generic_event_t

Obtain the raw pointer representation
source§

fn into_raw(self) -> *mut T

Convert self into a raw pointer Read more
source§

impl Send for FocusInEvent

source§

impl Sync for FocusInEvent