[][src]Type Definition xcb::shape::NotifyEvent

type NotifyEvent = Event<xcb_shape_notify_event_t>;

Methods

impl NotifyEvent[src]

pub fn shape_kind(&self) -> Kind[src]

pub fn affected_window(&self) -> Window[src]

pub fn extents_x(&self) -> i16[src]

pub fn extents_y(&self) -> i16[src]

pub fn extents_width(&self) -> u16[src]

pub fn extents_height(&self) -> u16[src]

pub fn server_time(&self) -> Timestamp[src]

pub fn shaped(&self) -> bool[src]

pub fn new(
    shape_kind: Kind,
    affected_window: Window,
    extents_x: i16,
    extents_y: i16,
    extents_width: u16,
    extents_height: u16,
    server_time: Timestamp,
    shaped: bool
) -> NotifyEvent
[src]

Constructs a new NotifyEvent response_type will be set automatically to NOTIFY