On Mon, 30 May 2011 19:41:24 +0900 Jeonghyun Yun <jh0506....@samsung.com> said:

this seems good. no theme stuff to handle the reorder mode change on the item
tho.. shame :(

> Dear All.
> 
> I added a new feature "reorder mode" of gengrid refer to genlist reorder
> mode.
> 
> After set this reorder API, if user press an item (long press), the item can
> be moved another position.
> Then if the user releases the item, the item will be reordered in gengrid.
> 
> Please review this patch.
> 
> Thanks.
> 
> [API]
> ==================================================================
> /**
>  * Set the reorder mode
>  *
>  * @param obj The Gengrid object
>  * @param reorder_mode The reorder mode
>  * (EINA_TRUE = on, EINA_FALSE = off)
>  *
>  * @ingroup Gengrid
>  */
> EAPI void
> elm_gengrid_reorder_mode_set(Evas_Object *obj, Eina_Bool reorder_mode)
> 
> /**
>  * Get the reorder mode
>  *
>  * @param obj The Gengrid object
>  * @return The reorder mode
>  * (EINA_TRUE = on, EINA_FALSE = off)
>  *
>  * @ingroup Gengrid
>  */
> EAPI Eina_Bool
> elm_gengrid_reorder_mode_get(const Evas_Object *obj)
> ==================================================================


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to