Hi,

2012/2/23 ChunEon Park <[email protected]>:
> Some widgets we missed to hook but some widget(if it's base object is not a 
> edje object, i,e... elm_flip ? ) wound not work neither.
> So we need to list up the available common APIs in each widget doc.
> like the below...
>  * Supported elm_object common APIs.
>  * @li elm_object_signal_emit
>  * @li elm_object_part_text_set
>  * @li elm_object_part_text_get
>  * @li elm_object_part_content_set
>  * @li elm_object_part_content_get
>  * @li elm_object_part_content_unset

Yes, sure. This needs to be done.
I updated ElementaryRelease wiki page.
http://trac.enlightenment.org/e/wiki/ElementaryRelease
Feel free to add any action item there for elementary release.


Thanks.

Daniel Juyung Seo (SeoZ)

> ------------------------------------
> -Regards, Hermet-
>
> -----Original Message-----
> From: "Michael Blumenkrantz"&lt;[email protected]&gt;
> To: "Bruno Dilly"&lt;[email protected]&gt;
> Cc: "Enlightenment developer 
> list"&lt;[email protected]&gt;
> Sent: 12-02-23(목) 05:45:52
> Subject: Re: [E-devel] elm_object_signal apis do nothing
> On Wed, 22 Feb 2012 18:42:51 -0200
> Bruno Dilly &lt;[email protected]&gt; wrote:
>> On Wed, Feb 22, 2012 at 6:40 PM, Michael Blumenkrantz
>> &lt;[email protected]&gt; wrote:
>> > On Wed, 22 Feb 2012 18:34:02 -0200
>> > Bruno Dilly &lt;[email protected]&gt; wrote:
>> >
>> >> On Wed, Feb 22, 2012 at 6:07 PM, Michael Blumenkrantz
>> >> &lt;[email protected]&gt; wrote:
>> >> > On Wed, 22 Feb 2012 16:41:44 -0200
>> >> > Rafael Antognolli &lt;[email protected]&gt; wrote:
>> >> >
>> >> >> On Wed, Feb 22, 2012 at 7:23 AM, Michael Blumenkrantz
>> >> >> &lt;[email protected]&gt; wrote:
>> >> >> > probably worth re-evaluating
>> >> >>
>> >> >> You mean that it is just a wrapper around edje_object_signal api?
>> >> >>
>> >> >> If so, I guess that it's only to avoid doing elm_layout_edje_get()
>> >> >> then edje_object_signal_* on this edje. However, you have no way to do
>> >> >> that on other widgets that are not the layout, since you don't have
>> >> >> access to their edje's.
>> >> >>
>> >> >> I think that I didn't have to use this yet, but I can see a scenario
>> >> >> where you have a custom theme for a widget (button, slider, etc) and
>> >> >> you want to send a custom signal to that theme. Isn't it useful for
>> >> >> this?
>> >> >>
>> >> > no, I meant that they actually do nothing because no widgets use the
>> >> > hooks to set up the signal handlers.
>> >> >
>> >>
>> >> So most probably it was b0rken recently.
>> >> It used to worked in the past. Don't know if all the widgets
>> >> implemented these hooks, but many of them did it, certainly.
>> >>
>> >> > ------------------------------------------------------------------------------
>> >> > Virtualization & Cloud Management Using Capacity Planning
>> >> > Cloud computing makes use of virtualization - but cloud computing
>> >> > also focuses on allowing computing to be delivered as a service.
>> >> > http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> >> > _______________________________________________
>> >> > enlightenment-devel mailing list
>> >> > [email protected]
>> >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> >>
>> >>
>> >>
>> > I just did a grep for stuff and came up with nothing
>>
>> what exactly did you grep for ?
>>
>> elm_widget_signal_emit_hook_set ?
>> elm_widget_signal_callback_add_hook_set ?
>>
>>
> touche, I had typos :(
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to