Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_cell.c Log Message: Fix default fill policy on cells. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_cell.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_cell.c 3 Oct 2005 06:43:06 -0000 1.4 +++ ewl_cell.c 16 Oct 2005 04:43:59 -0000 1.5 @@ -41,16 +41,17 @@ if (!ewl_container_init(EWL_CONTAINER(cell))) DRETURN_INT(FALSE, DLEVEL_STABLE); + ewl_object_fill_policy_set(EWL_OBJECT(cell), EWL_FLAG_FILL_ALL); ewl_widget_appearance_set(EWL_WIDGET(cell), "cell"); + ewl_widget_inherit(EWL_WIDGET(cell), "cell"); ewl_container_show_notify_set(EWL_CONTAINER(cell), ewl_cell_child_show_cb); ewl_container_resize_notify_set(EWL_CONTAINER(cell), ewl_cell_child_resize_cb); + ewl_callback_append(EWL_WIDGET(cell), EWL_CALLBACK_CONFIGURE, ewl_cell_configure_cb, NULL); - ewl_widget_inherit(EWL_WIDGET(cell), "cell"); - DRETURN_INT(TRUE, DLEVEL_STABLE); } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs