[−][src]Type Definition xcb::xproto::GravityNotifyEvent  
type GravityNotifyEvent = Event<xcb_gravity_notify_event_t>;
Methods
impl GravityNotifyEvent[src]
pub fn event(&self) -> Window[src]
pub fn window(&self) -> Window[src]
pub fn x(&self) -> i16[src]
pub fn y(&self) -> i16[src]
pub fn new(event: Window, window: Window, x: i16, y: i16) -> GravityNotifyEvent[src]
Constructs a new GravityNotifyEvent
response_type will be set automatically to GRAVITY_NOTIFY