Am Wed, 21 Mar 2012 18:54:39 -0300 schrieb Gustavo Chaves:

> On Wed, Mar 21, 2012 at 6:30 PM, Andreas Volz <li...@brachttal.net>
> wrote:
> 
> > Hi,
> >
> >
> Hi.
> 
> 
> > I've some special widgets which I couldn't assemble from other
> > existing widgets (rotary). So I like to create a new one. Could you
> > tell me the way how to do this?
> >
> > Should I create a new one in elementary/src/lib/ (I won't commit it
> > without permission!) or is there some elementary-extras library in
> > PROTO? Or should I create a private lib on top of elementary for my
> > special widgets?
> >
> >
> No. Just create it inside your application's code. Just include
> elm_widget.h, define ELM_INTERNAL_API_ARGESFSDFEFC so it won't bitch
> at you, and use the elm_widget_* api to assemble it, just like the
> other ones.

Hm, but I would need to do an external to include it in edj files. I
don't think this would work if I do it exclusive in my applications.

How do I inform edje external about the presence of my new widget? Do
I've to register it somewhere?

regards
        Andreas

-- 
Technical Blog <http://andreasvolz.wordpress.com/>

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to