diff --git a/legacy/elementary/src/lib/elc_ctxpopup.h b/legacy/elementary/src/lib/elc_ctxpopup.h index 1235a4e41b..0621cbfc9f 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.h +++ b/legacy/elementary/src/lib/elc_ctxpopup.h @@ -34,14 +34,10 @@ typedef enum _Elm_Ctxpopup_Direction { - ELM_CTXPOPUP_DIRECTION_DOWN, /**< ctxpopup show appear below clicked - area */ - ELM_CTXPOPUP_DIRECTION_RIGHT, /**< ctxpopup show appear to the right of - the clicked area */ - ELM_CTXPOPUP_DIRECTION_LEFT, /**< ctxpopup show appear to the left of - the clicked area */ - ELM_CTXPOPUP_DIRECTION_UP, /**< ctxpopup show appear above the clicked - area */ + ELM_CTXPOPUP_DIRECTION_DOWN, /**< ctxpopup show appear below clicked area */ + ELM_CTXPOPUP_DIRECTION_RIGHT, /**< ctxpopup show appear to the right of the clicked area */ + ELM_CTXPOPUP_DIRECTION_LEFT, /**< ctxpopup show appear to the left of the clicked area */ + ELM_CTXPOPUP_DIRECTION_UP, /**< ctxpopup show appear above the clicked area */ ELM_CTXPOPUP_DIRECTION_UNKNOWN, /**< ctxpopup does not determine it's direction yet*/ } Elm_Ctxpopup_Direction; /**< Direction in which to show the popup */ @@ -61,7 +57,7 @@ EINA_ARG_NONNULL(1); * @brief Set the Ctxpopup's parent * * @param obj The ctxpopup object - * @param area The parent to use + * @param parent The parent to use * * Set the parent object. *