On Fri, 5 Aug 2011 17:26:03 +0900 Daniel Juyung Seo <seojuyu...@gmail.com> said:

didn't know it existed. that's new. have other issues to solve first tho...

> Good job!
> 
> Btw, why don't you use elm_object_content_get/set()?
> They're there!
> 
> Thanks.
> Daniel Juyung Seo (SeoZ)
> 
> On Fri, Aug 5, 2011 at 4:45 PM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
> > Log:
> > elm factory... in, genscroller out.
> >
> >
> >
> > Author:       raster
> > Date:         2011-08-05 00:45:45 -0700 (Fri, 05 Aug 2011)
> > New Revision: 62124
> > Trac:         http://trac.enlightenment.org/e/changeset/62124
> >
> > Added:
> >  trunk/elementary/src/lib/elm_factory.c
> > Removed:
> >  trunk/elementary/src/lib/elm_genscroller.c
> > Modified:
> >  trunk/elementary/src/lib/Elementary.h.in
> > trunk/elementary/src/lib/Makefile.am
> >
> > Modified: trunk/elementary/src/lib/Elementary.h.in
> > ===================================================================
> > --- trunk/elementary/src/lib/Elementary.h.in    2011-08-05 05:59:53 UTC
> > (rev 62123) +++ trunk/elementary/src/lib/Elementary.h.in    2011-08-05
> > 07:45:45 UTC (rev 62124) @@ -24186,9 +24186,11 @@
> >    EAPI void         elm_grid_pack_set(Evas_Object *subobj, int x, int y,
> > int w, int h); EAPI void         elm_grid_pack_get(Evas_Object *subobj, int
> > *x, int *y, int *w, int *h);
> >
> > -   EAPI Evas_Object *elm_genscroller_add(Evas_Object *parent);
> > -   EAPI void         elm_genscroller_world_size_set(Evas_Object *obj,
> > Evas_Coord w, Evas_Coord h);
> >
> > +   EAPI Evas_Object *elm_factory_add(Evas_Object *parent);
> > +   EAPI void         elm_factory_content_set(Evas_Object *obj, Evas_Object
> > *content);
> > +   EAPI Evas_Object *elm_factory_content_get(const Evas_Object *obj);
> > +
> >    EAPI Evas_Object *elm_video_add(Evas_Object *parent);
> >    EAPI void elm_video_file_set(Evas_Object *video, const char *filename);
> >    EAPI void elm_video_uri_set(Evas_Object *video, const char *uri);
> >
> > Modified: trunk/elementary/src/lib/Makefile.am
> > ===================================================================
> > --- trunk/elementary/src/lib/Makefile.am        2011-08-05 05:59:53 UTC
> > (rev 62123) +++ trunk/elementary/src/lib/Makefile.am        2011-08-05
> > 07:45:45 UTC (rev 62124) @@ -66,13 +66,13 @@
> >  elm_conform.c \
> >  elm_diskselector.c \
> >  elm_entry.c \
> > +elm_factory.c \
> >  elm_flip.c \
> >  elm_flipselector.c \
> >  elm_font.c \
> >  elm_frame.c \
> >  elm_gengrid.c \
> >  elm_genlist.c \
> > -elm_genscroller.c \
> >  elm_gesture_layer.c \
> >  elm_glview.c \
> >  elm_grid.c \
> >
> >
> > ------------------------------------------------------------------------------
> > BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
> > The must-attend event for mobile developers. Connect with experts.
> > Get tools for creating Super Apps. See the latest technologies.
> > Sessions, hands-on labs, demos & much more. Register early & save!
> > http://p.sf.net/sfu/rim-blackberry-1
> > _______________________________________________
> > enlightenment-svn mailing list
> > enlightenment-...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> >
> 
> ------------------------------------------------------------------------------
> BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
> The must-attend event for mobile developers. Connect with experts. 
> Get tools for creating Super Apps. See the latest technologies.
> Sessions, hands-on labs, demos & much more. Register early & save!
> http://p.sf.net/sfu/rim-blackberry-1
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to