On Tue, Jul 17, 2007 at 06:15:51PM -0300, Gustavo Sverzut Barbieri wrote:
> Notice that edje property is no_mouse_grab, because then we can keep
> compatibility with existent .edj files.
>
> I don't like evas_object_mouse_grab_set() very much, it looks like
> mouse will be immediately grab, which is not the case. But I don't
> have any better word for that.
<snip>
> +   EAPI void              evas_object_mouse_grab_set        (Evas_Object 
> *obj, Evas_Bool no_mouse_grab);
> +   EAPI Evas_Bool         evas_object_mouse_grab_get        (Evas_Object 
> *obj);


Maybe evas_object_auto_grab_set(Evas_Object *obj, Evas_Bool auto_grab) ?
(or _mouse_auto_grab_)

Whatever we call it, the second parameter should NOT be no_*. It should
be TRUE for "grab the mouse", and simply default to TRUE.

Brian


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to