Method: XCB::GravityNotifyEvent#window
- Defined in:
- ext/xproto.c
#window ⇒ Object
1692 1693 1694 1695 1696 1697 1698 |
# File 'ext/xproto.c', line 1692 static VALUE r_XCB_GravityNotifyEvent_get_window(VALUE r_self) { xcb_gravity_notify_event_t *event; Data_Get_Struct(r_self, xcb_gravity_notify_event_t, event); return INT2FIX(event->window); } |