Enlightenment CVS committal Author : dj2 Project : e17 Module : docs
Dir : e17/docs/cookbook/translations/es/xml/ewl Modified Files: ewl_intro.es.xml Log Message: sync ewl api =================================================================== RCS file: /cvsroot/enlightenment/e17/docs/cookbook/translations/es/xml/ewl/ewl_intro.es.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_intro.es.xml 18 Aug 2004 05:25:54 -0000 1.2 +++ ewl_intro.es.xml 23 Aug 2004 02:47:12 -0000 1.3 @@ -249,7 +249,7 @@ ewl_container_child_append(EWL_CONTAINER(box), menu_bar); ewl_object_fill_policy_set(EWL_OBJECT(menu_bar), EWL_FLAG_FILL_HSHRINK); ewl_object_alignment_set(EWL_OBJECT(menu_bar), EWL_FLAG_ALIGN_LEFT); - ewl_box_set_spacing(EWL_BOX(menu_bar), 4); + ewl_box_spacing_set(EWL_BOX(menu_bar), 4); ewl_object_padding_set(EWL_OBJECT(menu_bar), 5, 5, 5, 5); ewl_widget_show(menu_bar); </programlisting> @@ -277,7 +277,7 @@ <para> Entonces especificamos el espaciado de elementos dentro de la caja del menú. Esto dará un poco más de espacio -entre nuestros elementos de menú y se hace con <function>ewl_box_set_spacing()</function>. +entre nuestros elementos de menú y se hace con <function>ewl_box_spacing_set()</function>. Despues de cambiar el espacio cambiamos el relleno alrededor de la caja como un todo con la llamada a <function>ewl_object_padding_set()</function>, esto incrementará la cantidad de espacio que queda alrededor del objeto como un todo. ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs