[][src]Type Definition xcb::xproto::ResizeRequestEvent

type ResizeRequestEvent = Event<xcb_resize_request_event_t>;

Methods

impl ResizeRequestEvent[src]

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

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

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

pub fn new(window: Window, width: u16, height: u16) -> ResizeRequestEvent[src]

Constructs a new ResizeRequestEvent response_type will be set automatically to RESIZE_REQUEST