Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_notebook.c Log Message: Give the notebook pages better resizing behavior. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_notebook.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- ewl_notebook.c 17 Feb 2006 06:43:33 -0000 1.13 +++ ewl_notebook.c 3 Mar 2006 06:19:00 -0000 1.14 @@ -60,6 +60,8 @@ ewl_widget_show(n->body.tabbar); n->body.pages = ewl_vbox_new(); + ewl_object_fill_policy_set(EWL_OBJECT(n->body.pages), + EWL_FLAG_FILL_ALL); ewl_container_child_append(EWL_CONTAINER(n), n->body.pages); ewl_widget_internal_set(n->body.pages, TRUE); ewl_widget_appearance_set(n->body.pages, "pages"); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs