On Fri, 29 Jul 2011 16:18:21 +0900 ChunEon Park<her...@naver.com> said:

well they are internal like:

_elm_widget_item_new() - they are intended to be used by item api's to have a
shared core for building and managing items. each api exposes its own item api
though. we COULd make some of these, as you say, exposed and shared so we dont
duplicate the same api - like item_data_set/get().

> in Elementary? 
> I've not seen any regarding APIs. 
> and can't not find. 
> Could you give me a hint?
> ------------------------------------
> Let's run together for the best moment!
>  -Regards, Hermet-
>  
> -----Original Message-----
> From: "Carsten Haitzler"&lt;ras...@rasterman.com&gt; 
> To: "ChunEon Park"&lt;her...@naver.com&gt;
> Cc: enlightenment-devel@lists.sourceforge.net;
> enlightenment-...@lists.sourceforge.net Sent: 11-07-29(금) 15:50:46
> Subject: Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images
> data/themes src/bin src/libOn Wed, 27 Jul 2011 09:02:56 +0900 ChunEon
> Park&lt;her...@naver.com&gt; said: there already are generic item apis' for
> several things - you just need to make sure naviframe uses the generic ones
> where they exist, and if you need to
> - extend the generic item api.
> > To support elm_object_item_blah_blah_blah... APIs, 
> > I think we need to provide an interface such as Elm_Object_Item. 
> > If you all agree with it, I will dig them in a hurry.
> > Thank you. 
> > ------------------------------------
> > Let's run together for the best moment!
> > -Regards, Hermet-
> > 
> > -----Original Message-----
> > From: "ChunEon Park"&lt;her...@naver.com&gt; 
> > To: "Gustavo Sverzut Barb"&lt;barbi...@profusion.mobi&gt;
> > Cc: "Tom Hacohen"&lt;tom.haco...@partner.samsung.com&gt;;
> > enlightenment-devel@lists.sourceforge.net;
> > enlightenment-...@lists.sourceforge.net Sent: 11-07-18(월) 14:16:44 Subject:
> > RE: Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes
> > src/bin src/lib Ok, I will do. thank you.
> > ------------------------------------
> > Let's run together for the best moment!
> > -Regards, Hermet-
> > 
> > -----Original Message-----
> > From: "Gustavo Sverzut
> > Barbieri"&lt;barbi...@profusion.mobi&gt;
> > To: "Tom Hacohen"&lt;tom.haco...@partner.samsung.com&gt;
> > Cc: "ChunEon Park"&lt;her...@naver.com&gt;;
> > enlightenment-devel@lists.sourceforge.net;
> > enlightenment-...@lists.sourceforge.net
> > Sent: 11-07-15(금) 02:38:42
> > Subject: Re: [E-devel] E SVN: hermet IN trunk/elementary:
> > data/images data/themes src/bin src/libOn Thu, Jul 14, 2011 at
> > 12:58 PM, Tom Hacohen
> > &lt;tom.haco...@partner.samsung.com&gt; wrote:
> > > On 14/07/11 18:52, Gustavo Sverzut Barbieri wrote:
> > >>
> > >> 2011/7/13 ChunEon Park&lt;her...@naver.com&gt;:
> > >>>
> > >>> elm_naviframe_item_text_part_set/get() or something
> > like
> > >>> that.
> > >>> -> Yes. it looks not bad for me.
> > >>> But it will cause more mistakes of users since
> > they should pass the part
> > >>> name, (I don't like it from that point of view
> > although.)
> > >>> And some widgets have the item_label_set
> > now.
> > >>> Need to keep the consistency if everyone agree
> > with.
> > >>
> > >> Yes, Daniel is right and the current item_label_set() are
> > more like
> > >> unconverted legacy. They must be fixed and new APIs must
> > be correct
> > >> from start.
> > >
> > >
> > > Unfortunately, because those are not elm_widgets, calling
> > > elm_object_text_set won't work. We really need to find a
> > solution to this
> > > one. Possibly another API that allows passing additional
> > data?
> > > elm_object_text_subitem_set or something like that?
> > check what we did for tooltips and others, they have some kind
> > of
> > interface in the items, if you follow you have generic functions
> > to
> > operate on them.
> > but all in all I'd go for actual interfaces (in classes, not
> > instances
> > -- partial infra for Evas_Object is there, but lacks for
> > generic
> > items)
> > --
> > Gustavo Sverzut Barbieri
> > http://profusion.mobi embedded
> > systems
> > --------------------------------------
> > MSN: barbi...@gmail.com
> > Skype: gsbarbieri
> > Mobile: +55 (19) 9225-2202
> > ------------------------------------------------------------------------------
> > Got Input? Slashdot Needs You.
> > Take our quick survey online. Come on, we don't ask for help often.
> > Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> > http://p.sf.net/sfu/slashdot-survey
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> -- 
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler) ras...@rasterman.com


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to