Home
last modified time | relevance | path

Searched refs:_key_down_cb (Results 1 – 10 of 10) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/examples/ecore/
H A Decore_compose_get_example.c48 _key_down_cb(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event) in _key_down_cb() function
183 _key_down_cb, d); in main()
H A Decore_imf_example.c359 _key_down_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *o EINA_UNUSED, void *event_info) in _key_down_cb() function
518 evas_object_event_callback_add(en->rect, EVAS_CALLBACK_KEY_DOWN, _key_down_cb, en); in create_input_field()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_obj_dialog.c13 _key_down_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event) in _key_down_cb() function
70 _key_down_cb, od); in e_obj_dialog_new()
/dports/devel/efl/efl-1.25.1/src/examples/evas/
H A Devas-multiseat-events.c169 _key_down_cb(void *data EINA_UNUSED, const Efl_Event *event) in _key_down_cb() function
229 { EFL_EVENT_KEY_DOWN, _key_down_cb },
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_access.c305 _key_down_cb(void *data, int type EINA_UNUSED, void *ei) in _key_down_cb() function
404 ecore_event_handler_add(ECORE_EVENT_KEY_DOWN, _key_down_cb, win); in test_access3()
/dports/editors/ecrire/ecrire-0.3.4/src/bin/
H A Dmain.c25 static Eina_Bool _key_down_cb(void *data,
913 _key_down_cb(void *data, EINA_UNUSED Evas_Object *obj, void *ev) in _key_down_cb() function
1231 (Ecore_Event_Handler_Cb)_key_down_cb, in create_window()
/dports/devel/efl/efl-1.25.1/src/bin/exactness/
H A Dplayer.c731 WRAPPER_TO_XFER_MAIN_LOOP(_key_down_cb)
746 {"Exactness/Actions/Key Down", NULL, &_key_down_cb},
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_gesture_layer.c886 _key_down_cb(void *data, in _key_down_cb() function
1006 (sd->target, EVAS_CALLBACK_KEY_DOWN, _key_down_cb, obj); in _callbacks_register()
1050 (sd->target, EVAS_CALLBACK_KEY_DOWN, _key_down_cb, obj); in _callbacks_unregister()
H A Defl_ui_internal_text_interactive.c1122 _key_down_cb(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Object *obj, void *event_info) in _key_down_cb() function
1825 evas_object_event_callback_add(obj, EVAS_CALLBACK_KEY_DOWN, _key_down_cb, NULL); in _efl_ui_internal_text_interactive_efl_object_finalize()
H A Delm_entry.c2017 _key_down_cb(void *data, in _key_down_cb() function
3868 (priv->entry_edje, EVAS_CALLBACK_KEY_DOWN, _key_down_cb, obj); in _elm_entry_efl_canvas_group_group_add()