Yes we already have them in elm_main.c EAPI void elm_object_scroll_hold_push(Evas_Object *obj); EAPI void elm_object_scroll_hold_pop(Evas_Object *obj); EAPI void elm_object_scroll_freeze_push(Evas_Object *obj); EAPI void elm_object_scroll_freeze_pop(Evas_Object *obj);
Thanks. Daniel Juyung Seo (SeoZ) On Fri, Mar 16, 2012 at 3:58 PM, ChunEon Park <[email protected]> wrote: > Already they are except _get() > and API freeze is done already. > No more APIs right now please.. > > > Thank you. > > > ------------------------------------ > > -Regards, Hermet- > > -----Original Message----- > From: "Jaehwan Kim"<[email protected]> > To: "Enlightenment developer > list"<[email protected]>; > Cc: > Sent: 2012-03-16 (금) 14:47:27 > Subject: [E-devel] About adding elm_widget_scroll_hold_push/pop/get API in > elm_object > > Hi, all > > In elm_widget.h, there are APIs for a holding and freeze. > They are elm_widget_scroll_hold_push/pop/get and > elm_widget_scroll_freeze_push/pop/get. > Since they are private APIs, the appilcation can not use them. > So I want to add the elm_object APIs corresponding them. > They are elm_object_scroll_hold_push/pop/get and > elm_object_scroll_freeze_push/pop/get. > Is it right to open the APIs to application developer? > I want to get your opinion. > > Thanks. > -- > Jaehwan Kim. > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
