Method: XCB::DestroyNotifyEvent#window
- Defined in:
- ext/xproto.c
#window ⇒ Object
1447 1448 1449 1450 1451 1452 1453 |
# File 'ext/xproto.c', line 1447 static VALUE r_XCB_DestroyNotifyEvent_get_window(VALUE r_self) { xcb_destroy_notify_event_t *event; Data_Get_Struct(r_self, xcb_destroy_notify_event_t, event); return INT2FIX(event->window); } |