Method: XCB::ConfigureNotifyEvent#width
- Defined in:
- ext/xproto.c
#width ⇒ Object
1587 1588 1589 1590 1591 1592 1593 |
# File 'ext/xproto.c', line 1587 static VALUE r_XCB_ConfigureNotifyEvent_get_width(VALUE r_self) { xcb_configure_notify_event_t *event; Data_Get_Struct(r_self, xcb_configure_notify_event_t, event); return INT2FIX(event->width); } |