On Friday, October 15, 2010, Brian Wang <[email protected]> wrote: > Hello list, > > I just svn'd up and found elm_toolbar_item_add() API is modified to > take an icon string instead of the old Evas_Object * as its icon. > I have bunch of dynamically loaded icons (associated with modules > within subdirectories) and they are not part of a standard theme file. > > How do I set the toolbar icons with the new API?
Preferably add them to one edj and register it as theme extension. Another option is to add them to freedesktop.org icon theme dir and enable it's usage. But as said the first option is the best. > A side question: How is this kind of API change discussed? As an EFL > user, I find it sometimes quite troublesome failing to compile my apps > after a svn update. Sorry, the API is not 1.0 so we can do it (yet, probably last month). It was discussed at irc only. As Leandro said, few others may change, such as menu. It's for good, but an annoyance :( > Thanks in advance. > > > brian > > -- > brian > ------------------ > > Cool-Karaoke - The smallest recording studio, in your palm, open-sourced > http://cool-idea.com.tw/ > > iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
