On Thu, Jul 1, 2010 at 20:22, Atton Jonathan <jonathan.at...@gmail.com> wrote:
> hello,
>
> How can I retrieve a external object which is in a edje box by using the
> name of the object ?
>
> A simple example :
>
>
> part {
>      name: "tools";
>      type: BOX;
>      description {}
>         box {
>            items {
>                  item {
>                        type: GROUP;
>                        source: "object name";
                         name: "plop"
>                  ...
>
>
> group { \
>      name:"object name;" \
>      parts { \
>            part { \
>                  name: "object name"; \
>                  type: EXTERNAL; \
>                  repeat_events: 0; \
>                  source: "elm/button"; \
>   .....

If i remember correctly, it's "tools:plop:object name" or "tools:0:object name".


-- 
Boris 'billiob' Faure
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to