Method: XCB::ConfigureRequestEvent#parent
- Defined in:
- ext/xproto.c
#parent ⇒ Object
1622 1623 1624 1625 1626 1627 1628 |
# File 'ext/xproto.c', line 1622 static VALUE r_XCB_ConfigureRequestEvent_get_parent(VALUE r_self) { xcb_configure_request_event_t *event; Data_Get_Struct(r_self, xcb_configure_request_event_t, event); return INT2FIX(event->parent); } |