Class: XCB::EventVisitor
- Inherits:
-
Object
- Object
- XCB::EventVisitor
- Defined in:
- ext/xproto.c
Instance Method Summary collapse
- #visit_button_press(r_event) ⇒ Object
- #visit_button_release(r_event) ⇒ Object
- #visit_circulate_notify(r_event) ⇒ Object
- #visit_circulate_request(r_event) ⇒ Object
- #visit_client_message(r_event) ⇒ Object
- #visit_colormap_notify(r_event) ⇒ Object
- #visit_configure_notify(r_event) ⇒ Object
- #visit_configure_request(r_event) ⇒ Object
- #visit_create_notify(r_event) ⇒ Object
- #visit_destroy_notify(r_event) ⇒ Object
- #visit_enter_notify(r_event) ⇒ Object
- #visit_expose(r_event) ⇒ Object
- #visit_focus_in(r_event) ⇒ Object
- #visit_focus_out(r_event) ⇒ Object
- #visit_ge_generic(r_event) ⇒ Object
- #visit_graphics_exposure(r_event) ⇒ Object
- #visit_gravity_notify(r_event) ⇒ Object
- #visit_key_press(r_event) ⇒ Object
- #visit_key_release(r_event) ⇒ Object
- #visit_keymap_notify(r_event) ⇒ Object
- #visit_leave_notify(r_event) ⇒ Object
- #visit_map_notify(r_event) ⇒ Object
- #visit_map_request(r_event) ⇒ Object
- #visit_mapping_notify(r_event) ⇒ Object
- #visit_motion_notify(r_event) ⇒ Object
- #visit_no_exposure(r_event) ⇒ Object
- #visit_property_notify(r_event) ⇒ Object
- #visit_reparent_notify(r_event) ⇒ Object
- #visit_resize_request(r_event) ⇒ Object
- #visit_selection_clear(r_event) ⇒ Object
- #visit_selection_notify(r_event) ⇒ Object
- #visit_selection_request(r_event) ⇒ Object
- #visit_unmap_notify(r_event) ⇒ Object
- #visit_visibility_notify(r_event) ⇒ Object
Instance Method Details
#visit_button_press(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_button_release(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_circulate_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_circulate_request(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_client_message(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_colormap_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_configure_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_configure_request(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_create_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_destroy_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_enter_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_expose(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_focus_in(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_focus_out(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_ge_generic(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_graphics_exposure(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_gravity_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_key_press(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_key_release(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_keymap_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_leave_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_map_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_map_request(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_mapping_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_motion_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_no_exposure(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_property_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_reparent_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_resize_request(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_selection_clear(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_selection_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_selection_request(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_unmap_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|
#visit_visibility_notify(r_event) ⇒ Object
3031 3032 3033 3034 3035 |
# File 'ext/xproto.c', line 3031
static VALUE
r_XCB_EventVisitor_visit_default(VALUE r_self, VALUE r_event)
{
return Qnil;
}
|