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

type VisibilityNotifyEvent = Event<xcb_visibility_notify_event_t>;

Methods

impl VisibilityNotifyEvent[src]

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

pub fn state(&self) -> u8[src]

pub fn new(window: Window, state: u8) -> VisibilityNotifyEvent[src]

Constructs a new VisibilityNotifyEvent response_type will be set automatically to VISIBILITY_NOTIFY