Minor doc fix for elm_panel

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 67953
This commit is contained in:
Sanjeev BA 2012-02-15 04:48:21 +00:00
parent d2d0063ea7
commit 95a3abd63e
1 changed files with 1 additions and 1 deletions

View File

@ -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);