Re: [E-devel] elm tooltip api changes

2011-07-28 Thread Mike Blumenkrantz
On Thu, 28 Jul 2011 09:55:53 -0300 Rafael Antognolli wrote: > On Wed, Jul 27, 2011 at 1:40 PM, Mike Blumenkrantz wrote: > > Currently the elm tooltip api is mismatched and confusing. I propose the > > following steps: > > > > 1) Remove all list/genlist/gengrid/etc tooltip calls > > 2) Add Evas_O

Re: [E-devel] elm tooltip api changes

2011-07-28 Thread Rafael Antognolli
On Wed, Jul 27, 2011 at 1:40 PM, Mike Blumenkrantz wrote: > Currently the elm tooltip api is mismatched and confusing. I propose the > following steps: > > 1) Remove all list/genlist/gengrid/etc tooltip calls > 2) Add Evas_Object *elm_object_tooltip_add(Evas_Object *parent) to affix > tooltips to

[E-devel] elm tooltip api changes

2011-07-27 Thread Mike Blumenkrantz
Currently the elm tooltip api is mismatched and confusing. I propose the following steps: 1) Remove all list/genlist/gengrid/etc tooltip calls 2) Add Evas_Object *elm_object_tooltip_add(Evas_Object *parent) to affix tooltips to objects and return the tooltip object 3) Change current tooltip api to