Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : docs

Dir     : e17/docs/ewlbook/xml


Modified Files:
        appendix-ewl_media_example.xml getting_started.xml 
        object_hierarchy.xml 


Log Message:
- some fixups and corrections by deekray. Thanks.

===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/appendix-ewl_media_example.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- appendix-ewl_media_example.xml      22 Aug 2004 17:52:10 -0000      1.5
+++ appendix-ewl_media_example.xml      13 Oct 2004 15:34:33 -0000      1.6
@@ -175,7 +175,7 @@
         int i;
 
         for(i = 0; controls[i].name != NULL; i++) {
-            o = ewl_button_with_stock_new(controls[i].name);
+            o = ewl_button_stock_new(controls[i].name);
             ewl_container_child_append(EWL_CONTAINER(b), o);
             ewl_callback_append(o, EWL_CALLBACK_CLICKED, 
                                     controls[i].func, NULL);
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/getting_started.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- getting_started.xml 12 Oct 2004 20:51:32 -0000      1.10
+++ getting_started.xml 13 Oct 2004 15:34:34 -0000      1.11
@@ -447,11 +447,11 @@
 </para>
 <itemizedlist mark="bullet" spacing="compact">
  <title>EWL Alignment Flags</title>
- <listitem><para>EWL_FLAG_FILL_CENTER</para></listitem>
- <listitem><para>EWL_FLAG_FILL_LEFT</para></listitem>
- <listitem><para>EWL_FLAG_FILL_RIGHT</para></listitem>
- <listitem><para>EWL_FLAG_FILL_TOP</para></listitem>
- <listitem><para>EWL_FLAG_FILL_BOTTOM</para></listitem>
+ <listitem><para>EWL_FLAG_ALIGN_CENTER</para></listitem>
+ <listitem><para>EWL_FLAG_ALIGN_LEFT</para></listitem>
+ <listitem><para>EWL_FLAG_ALIGN_RIGHT</para></listitem>
+ <listitem><para>EWL_FLAG_ALIGN_TOP</para></listitem>
+ <listitem><para>EWL_FLAG_ALIGN_BOTTOM</para></listitem>
 </itemizedlist>
 
 <para>
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/ewlbook/xml/object_hierarchy.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- object_hierarchy.xml        23 Jul 2004 03:51:53 -0000      1.3
+++ object_hierarchy.xml        13 Oct 2004 15:34:34 -0000      1.4
@@ -54,7 +54,7 @@
 <para>
 As you progress into EWL you will notice that there is a lot of casting
 between different types. To make this easier, each cast to a particular type
-has a EWL_TYPE() macro defined. So for example there is are EWL_OBJECT(o) and
+has a EWL_TYPE() macro defined. So for example there are EWL_OBJECT(o) and
 EWL_WIDGET(o) defined to make life easier.
 </para>
 




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to