Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/notebook Modified Files: ewl_notebook.c Log Message: Improve test button alignment. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/notebook/ewl_notebook.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_notebook.c 4 Jan 2007 05:09:43 -0000 1.3 +++ ewl_notebook.c 21 Mar 2007 03:21:16 -0000 1.4 @@ -222,6 +222,7 @@ for (i = 0; i < (sizeof(alignment) / sizeof(char *)); i++) { o = ewl_radiobutton_new(); + ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT); ewl_button_label_set(EWL_BUTTON(o), alignment[i]); ewl_container_child_append(EWL_CONTAINER(border), o); ewl_callback_append(o, EWL_CALLBACK_VALUE_CHANGED, @@ -248,6 +249,7 @@ for (i = 0; i < (sizeof(position) / sizeof(char *)); i++) { o = ewl_radiobutton_new(); + ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT); ewl_button_label_set(EWL_BUTTON(o), position[i]); ewl_container_child_append(EWL_CONTAINER(border), o); ewl_callback_append(o, EWL_CALLBACK_VALUE_CHANGED, ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs