The other widget which call the function cannot get the object(hit_rect).
So we can not use evas_object_freeze_events_set.

2013년 4월 1일 월요일에 ChunEon Park님이 작성:

> *evas_object_freeze_events_set()
>
> ------------------------------------
> -Regards, Hermet-
>
> -----Original Message-----
> From: "ChunEon Park"<[email protected]>
> To: "Enlightenment developer list"<
> [email protected]>; "Michael Blumenkrantz"<
> [email protected]>;
> Cc: <[email protected]>;
> Sent: 2013-04-01 (월) 20:54:39
> Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: Add the
> repeat_events_set/get for blocking the events of content objects. This
> feature is useful to the access.
>
> Doesn't evas_object_event_freeze_set() enough?
>
> ------------------------------------
> -Regards, Hermet-
>
> -----Original Message-----
> From: "Daniel Juyung Seo"<seojuyung2>@gmail.com>
> To: "Michael Blumenkrantz"<michael.blumenkrantz>@gmail.com>;
> Cc: <enlightenment-git>@lists.sourceforge.net>; "Enlightenment developer
> list"<enlightenment-devel>@lists.sourceforge.net>;
> Sent: 2013-04-01 (월) 20:45:58
> Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: Add the
> repeat_events_set/get for blocking the events of content objects. This
> feature is useful to the access.
>
> On Mon, Apr 1, 2013 at 8:39 PM, Michael Blumenkrantz
> <michael.blumenkrantz>@gmail.com> wrote:
> > On Mon, 1 Apr 2013 20:26:09 +0900
> > Daniel Juyung Seo <seojuyung2>@gmail.com> wrote:
> >
> >> Quick review.
> >>
> >> 1. formatting fix.
> >> 2. api name suggestion.
> >> elm_scrollable_interface_event_rect_repeat_events_set()?
> >
> > can we try to avoid api names like this? in elementary and other libs.
> super descriptive api names are pointless if they're so long that nobody
> wants to type them, and descriptions are what docs are for.
>
> 1. consider that this is internal function. suggest a better name
> then. or everytime we develop efl(at least scrollable interface) we
> have no idea what those apis do until we completely read the docs
> everytime.
> 2. grep with elm_scrollable_interface.
>
> Thanks.
>
> Daniel Juyung Seo (SeoZ)
>
>
> >
> >> 3. add description to eo op description and doxygen.
> >>
> >> Thanks.
> >>
> >> Daniel Juyung Seo (SeoZ)
> >>
> >>
> >> On Mon, Apr 1, 2013 at 5:13 PM, Jaehwan Kim - Enlightenment Git
> >> <no-reply>@enlightenment.org> wrote:
> >> > jaehwan pushed a commit to branch master.
> >> >
> >> > commit a54fb3d36c34f7e71cc4aca6b6221ce8d329da00
> >> > Author: Jaehwan Kim <jae.hwan.kim>@samsung.com>
> >> > Date:   Mon Apr 1 17:13:32 2013 +0900
> >> >
> >> >     Add the repeat_events_set/get for blocking the events of content
> objects.
> >> >     This feature is useful to the access.
> >> > ---
> >> >  ChangeLog                            5 +++++
> >> >  NEWS                                 1 +
> >> >  src/lib/elm_interface_scrollable.c  27 +++++++++++++++++++++++++++
> >> >  src/lib/elm_interface_scrollable.h  24 ++++++++++++++++++++++++
> >> >  4 files changed, 57 insertions(+)
> >> >
> >> > diff --git a/ChangeLog b/ChangeLog
> >> > index 12e8ec8..0ae43df 100644
> >> > --- a/ChangeLog
> >> > +++ b/ChangeLog
> >> > @@ -1194,3 +1194,8 @@
> >> >  2013-04-01  Jaehwan Kim
> >> >
> >> >          * Scroller decides whether the accelerator is on or not,
> depending on the velocity and the interval time of the flick event.
> >> > +
> >> > +2013-04-01  Jaehwan Kim
> >> > +
> >> > +        * Add the repeat_events_set/get for blocking the events of
> content objects.
> >> > +        This feature is useful to the access.
> >> > diff --git a/NEWS b/NEWS
> >> > index 0eec980..0dc497c 100644
> >> > --- a/NEWS
> >> > +++ b/NEWS
> >> > @@ -55,6 +55,7 @@ Additions:
> >> >     * Add API - elm_object_focused_object_get.
> >> >     * Add APIs - elm_entry_input_panel_layout_variation_set/get
> >> >     * Add elm_map smart callback - "language,changed".
> >> > +   * Add the repeat_events_set/get for blocking the events of
> content objects.
> >> >
> >> >  Improvements:
> >> >
> >> > diff --git a/src/lib/elm_interface_s
------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to