On Tue, Nov 10, 2009 at 9:05 PM, Andreas Volz <li...@brachttal.net> wrote:
> Hello,
>
> how is it possible to send a signal to a swallowed subgroup in edje? Is
> there a special syntax?

i guess it's PARTNAME:SOURCE_TO_BE_USED_INSIDE_GROUP

so you send this signal and it will translate into a signal
SOURCE_TO_BE_USED_INSIDE_GROUP inside group automatically swallowed
into PARTNAME.

This mostly the same as:

g = edje_object_part_object_get("PARTNAME")
edje_object_signal_emit(g, "SIG", "SOURCE_TO_BE_USED_INSIDE_GROUP")


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to