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";
                  ...


group { \
      name:"object name;" \
      parts { \
            part { \
                  name: "object name"; \
                  type: EXTERNAL; \
                  repeat_events: 0; \
                  source: "elm/button"; \
   .....


I think we should improve edje_object_part_external_object_get(), this way
we can easily place the external object where we wish in the theme.

-- 
Regards.
------------------------------------------------------------------------------
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