Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_text.c ewl_text.h Log Message: - inherit container instead of widget =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_text.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_text.c 30 Jun 2005 19:20:30 -0000 1.3 +++ ewl_text.c 30 Jun 2005 21:25:43 -0000 1.4 @@ -81,7 +81,7 @@ DENTER_FUNCTION(DLEVEL_STABLE); DCHECK_PARAM_PTR_RET("t", t, FALSE); - if (!ewl_widget_init(EWL_WIDGET(t), "text")) + if (!ewl_container_init(EWL_WIDGET(t), "text")) { DRETURN_INT(FALSE, DLEVEL_STABLE); } =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_text.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_text.h 30 Jun 2005 19:20:30 -0000 1.3 +++ ewl_text.h 30 Jun 2005 21:25:44 -0000 1.4 @@ -37,12 +37,12 @@ /** * @struct Ewl_Text - * Inherits from the Ewl_Widget class and extends it to provide text layout + * Inherits from the Ewl_Container class and extends it to provide text layout * and formatting */ struct Ewl_Text { - Ewl_Widget widget; /**< Inherit from Ewl_Widget */ + Ewl_Container container; /**< Inherit from Ewl_Container */ Evas_Object *textblock; /**< The Evas_Object_Textblock */ char *text; /**< The text itself */ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs