Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : docs

Dir     : e17/docs/cookbook/xml/ewl


Modified Files:
        ewl_intro.xml 


Log Message:
sync ewl api

===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/ewl/ewl_intro.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_intro.xml       18 Aug 2004 05:25:54 -0000      1.7
+++ ewl_intro.xml       23 Aug 2004 02:47:13 -0000      1.8
@@ -256,7 +256,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>
@@ -287,7 +287,7 @@
 <para>
 We then specify the spacing of items inside the menu box. This will give
 a little more space between our menu items and is done with
-<function>ewl_box_set_spacing()</function>. 
+<function>ewl_box_spacing_set()</function>. 
 After changing the space we change the padding around the box as a whole
 with the call to <function>ewl_object_padding_set()</function>, this will increase 
the amount of
 space left around the object as a whole.




-------------------------------------------------------
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

Reply via email to