Class: XCB::EventVisitor

Inherits:
Object
  • Object
show all
Defined in:
ext/xproto.c

Instance Method Summary collapse

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;
}