On Wed, 22 Feb 2012 15:45:52 -0500 Michael Blumenkrantz <[email protected]> said:
> On Wed, 22 Feb 2012 18:42:51 -0200 > Bruno Dilly <[email protected]> wrote: > > > On Wed, Feb 22, 2012 at 6:40 PM, Michael Blumenkrantz > > <[email protected]> wrote: > > > On Wed, 22 Feb 2012 18:34:02 -0200 > > > Bruno Dilly <[email protected]> wrote: > > > > > >> On Wed, Feb 22, 2012 at 6:07 PM, Michael Blumenkrantz > > >> <[email protected]> wrote: > > >> > On Wed, 22 Feb 2012 16:41:44 -0200 > > >> > Rafael Antognolli <[email protected]> wrote: > > >> > > > >> >> On Wed, Feb 22, 2012 at 7:23 AM, Michael Blumenkrantz > > >> >> <[email protected]> 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 :( bug-- :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ 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
