Home
last modified time | relevance | path

Searched refs:ECORE_X_ATOM_SELECTION_PRIMARY (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_selection.c107 if (selection == ECORE_X_ATOM_SELECTION_PRIMARY) in _ecore_x_selection_get()
132 if (selection == ECORE_X_ATOM_SELECTION_PRIMARY) in _ecore_x_selection_set()
179 return _ecore_x_selection_set(w, data, size, ECORE_X_ATOM_SELECTION_PRIMARY); in ecore_x_selection_primary_set()
192 return _ecore_x_selection_set(None, NULL, 0, ECORE_X_ATOM_SELECTION_PRIMARY); in ecore_x_selection_primary_clear()
351 if (selection == ECORE_X_ATOM_SELECTION_PRIMARY) in _ecore_x_selection_request()
369 _ecore_x_selection_request(w, ECORE_X_ATOM_SELECTION_PRIMARY, target); in ecore_x_selection_primary_request()
H A Decore_x_atoms_decl.h213 EAPI Ecore_X_Atom ECORE_X_ATOM_SELECTION_PRIMARY = 0; variable
576 { "PRIMARY", &ECORE_X_ATOM_SELECTION_PRIMARY },
H A DEcore_X_Atoms.h187 EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_PRIMARY;
H A Decore_x_events.c1423 if (sel == ECORE_X_ATOM_SELECTION_PRIMARY) in _ecore_x_event_handle_selection_clear()
1557 if (selection == ECORE_X_ATOM_SELECTION_PRIMARY) in _ecore_x_event_handle_selection_notify()
2357 if (sel == ECORE_X_ATOM_SELECTION_PRIMARY) in _ecore_x_event_handle_fixes_selection_notify()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/x/
H A Decore_evas_x.c4246 …Ecore_X_Atom _ecore_evas_selection_to_atom[] = {ECORE_X_ATOM_SELECTION_PRIMARY, ECORE_X_ATOM_SELEC… in _ecore_evas_x_selection_init()