From e276308d18a7a9930821a554387dd8d6b6c6376e Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 26 Jul 2010 14:13:14 +0900 Subject: [PATCH] [elm_ctxpopup.c] --- src/lib/elm_ctxpopup.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_ctxpopup.c b/src/lib/elm_ctxpopup.c index 57e1abe..0e2abc5 100644 --- a/src/lib/elm_ctxpopup.c +++ b/src/lib/elm_ctxpopup.c @@ -1308,7 +1308,19 @@ elm_ctxpopup_align_get(Evas_Object *obj, double *align_x, double *align_y) - +/** + * Set the priority of arrow direction + * + * This functions gives user to set the priority of ctxpopup box showing position. + * + * @param obj Ctxpopup object + * @param first 1st priority of arrow direction + * @param second 2nd priority of arrow direction + * @param third 3th priority of arrow direction + * @param fourth 4th priority of arrow direction + * + * @ingroup Ctxpopup + */ EAPI void elm_ctxpopup_arrow_priority_set(Evas_Object *obj, Elm_Ctxpopup_Arrow first, Elm_Ctxpopup_Arrow second, Elm_Ctxpopup_Arrow third, Elm_Ctxpopup_Arrow fourth) { -- 2.7.4