diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-06-14 20:17:29 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-06-15 09:48:33 +0900 |
commit | ece89aaaa80e52cc5a8a0445d80aaf6a7a88ab1b (patch) | |
tree | 9777555bdd99475c30dd62cf052bbc7e16c61fbc /src/lib/elementary/elm_widget.h | |
parent | 19b704b70068cf340a148442441514ba16447d83 (diff) |
widget: Make cursor_add/del internal
This API is meant to be used internally to elm, not from outside.
The public API only exposes part_cursor_set on layout, and a series
of cursor EAPIs.
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index b4c38e1371..953718508d 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -487,6 +487,9 @@ typedef struct _Elm_Access_Item Elm_Access_Item; | |||
487 | 487 | ||
488 | typedef struct _Elm_Action Elm_Action; | 488 | typedef struct _Elm_Action Elm_Action; |
489 | 489 | ||
490 | /** Internal type for mouse cursors */ | ||
491 | typedef struct _Elm_Cursor Elm_Cursor; | ||
492 | |||
490 | #define ELM_ACCESS_DONE -1 /* sentence done - send done event here */ | 493 | #define ELM_ACCESS_DONE -1 /* sentence done - send done event here */ |
491 | #define ELM_ACCESS_CANCEL -2 /* stop reading immediately */ | 494 | #define ELM_ACCESS_CANCEL -2 /* stop reading immediately */ |
492 | 495 | ||