From: sanjeev Date: Wed, 15 Feb 2012 04:48:21 +0000 (+0000) Subject: Minor doc fix for elm_panel X-Git-Tag: REL_F_I9500_20120323_1~17^2~739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f27cd82b74b19de3ee1b258844e4cc96d57505e2;p=framework%2Fuifw%2Felementary.git Minor doc fix for elm_panel Signed-off-by: Sanjeev BA git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67953 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_panel.h b/src/lib/elm_panel.h index 0c27212..3ac6262 100644 --- a/src/lib/elm_panel.h +++ b/src/lib/elm_panel.h @@ -68,7 +68,7 @@ EAPI Elm_Panel_Orient elm_panel_orient_get(const Evas_Object *obj); * @brief Set the state of the panel. * * @param obj The panel object - * @param hidden If true, the panel will run the animation to contract + * @param hidden If true, the panel will run the animation to disappear. */ EAPI void elm_panel_hidden_set(Evas_Object *obj, Eina_Bool hidden);