[E-devel] Mouse in/out behaviour

2007-03-24 Thread Lars Munch
Hi All

I have noticed that no mouse in/out events will be reported while a mouse
button is down, but I need a different behaviour on certain objects in
a small application that I am writing.

What I really like to do is: press the mouse button down on one object
and while the mouse button is down I move the mouse over another object.
As soon as the mouse leaves the first object I would like to have a
mouse,out event and as soon as the mouse enters the second object I
like to have a mouse,in event, even thought my mouse button is never
released. How can I achieve this behaviour? Is there some way of moving
mouse grab from one object to another?

Thanks
Lars Munch

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] External modules

2007-03-24 Thread Brian Mattern
E is in the process of being moved to use efreet instead of
ecore_desktop. One consequence of this change is that the module.desktop
files will not load because they don't comply with the .desktop spec,
which requires that a Type field be present. 


For now, use Type=Link, remove any X-* fields, and change the Icon field
to a unique name (e-module-MODULE_NAME).
Move module.edje to e-module-MODULE_NAME.edj and change the file name in
the gadcon icon callback (typically called _gc_icon()).

In the future, we may want to move the gadcon list to also use efreet
for its icon (so that themes can override them eventually).

I have converted tclock, and will do mail, and possible more if i have
time.

The next week or so will probably be a bit rocky as these large changes
go through.  

rephorm


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel