Functions to interface with Wayland Drag-n-Drop.
More...
|
| EAPI Eina_Bool | ecore_wl_dnd_selection_set (Ecore_Wl_Input *input, const char **types_offered) |
| |
| EAPI Eina_Bool | ecore_wl_dnd_selection_get (Ecore_Wl_Input *input, const char *type) |
| |
| EAPI Eina_Bool | ecore_wl_dnd_selection_owner_has (Ecore_Wl_Input *input) |
| |
| EAPI Eina_Bool | ecore_wl_dnd_selection_clear (Ecore_Wl_Input *input) |
| |
| EAPI void | ecore_wl_dnd_drag_start (Ecore_Wl_Input *input, Ecore_Wl_Window *win, Ecore_Wl_Window *dragwin, int x, int y, int w, int h) |
| |
| EAPI void | ecore_wl_dnd_drag_end (Ecore_Wl_Input *input) |
| |
| EAPI Eina_Bool | ecore_wl_dnd_drag_get (Ecore_Wl_Input *input, const char *type) |
| |
| EAPI void | ecore_wl_dnd_drag_types_set (Ecore_Wl_Input *input, const char **types_offered) |
| |
| EAPI struct wl_array * | ecore_wl_dnd_drag_types_get (Ecore_Wl_Input *input) |
| |
| EAPI void | ecore_wl_server_mode_set (Eina_Bool on) |
| |
Functions to interface with Wayland Drag-n-Drop.
| Eina_Bool ecore_wl_dnd_selection_set |
( |
Ecore_Wl_Input * |
input, |
|
|
const char ** |
types_offered |
|
) |
| |
| Eina_Bool ecore_wl_dnd_selection_get |
( |
Ecore_Wl_Input * |
input, |
|
|
const char * |
type |
|
) |
| |
| Eina_Bool ecore_wl_dnd_selection_owner_has |
( |
Ecore_Wl_Input * |
input | ) |
|
| Eina_Bool ecore_wl_dnd_selection_clear |
( |
Ecore_Wl_Input * |
input | ) |
|
| void ecore_wl_dnd_drag_end |
( |
Ecore_Wl_Input * |
input | ) |
|
| Eina_Bool ecore_wl_dnd_drag_get |
( |
Ecore_Wl_Input * |
input, |
|
|
const char * |
type |
|
) |
| |
| void ecore_wl_dnd_drag_types_set |
( |
Ecore_Wl_Input * |
input, |
|
|
const char ** |
types_offered |
|
) |
| |
| struct wl_array * ecore_wl_dnd_drag_types_get |
( |
Ecore_Wl_Input * |
input | ) |
|