Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : docs

Dir     : e17/docs/edjebook/xml


Modified Files:
        edc_ref.xml edc_tour.xml 


Log Message:
description.border -> description.image.border. fixed some typos
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/edjebook/xml/edc_ref.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edc_ref.xml 1 Apr 2004 09:58:59 -0000       1.5
+++ edc_ref.xml 24 Oct 2004 09:37:14 -0000      1.6
@@ -283,18 +283,6 @@
 <row>
   <entry>description
         </entry>
-  <entry>border,
-        </entry>
-  <entry>LEFT RIGHT TOP BOTTOM;
-        </entry>
-  <entry>Border scaling values for an image part as specified in integer pixel 
widths, for each four sides of an image. This will stop Edje from scaling the outside 
edge of an image when scaling an image part.
-ex: border, 10 10 10 10; (Scale the edge of the image part 10 pixels on all sides)
-        </entry>
-</row>
-
-<row>
-  <entry>description
-        </entry>
   <entry>color,
         </entry>
   <entry>RED GREEN BLUE ALPHA;
@@ -410,6 +398,18 @@
 </row>
 
 <row>
+  <entry>image
+        </entry>
+  <entry>border,
+        </entry>
+  <entry>LEFT RIGHT TOP BOTTOM;
+        </entry>
+  <entry>Border scaling values for an image part as specified in integer pixel 
widths, for each four sides of an image. This will stop Edje from scaling the outside 
edge of an image when scaling an image part.
+ex: border, 10 10 10 10; (Scale the edge of the image part 10 pixels on all sides)
+        </entry>
+</row>
+
+<row>
   <entry>fill
         </entry>
   <entry>smooth,
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/edjebook/xml/edc_tour.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edc_tour.xml        1 Apr 2004 09:58:59 -0000       1.4
+++ edc_tour.xml        24 Oct 2004 09:37:14 -0000      1.5
@@ -4,7 +4,7 @@
 <para>
 Whenever you design a graphical application you need to first determine
 what the application needs to do, and then you consider how it should look.
-When developing with Edje these two tasks are the seperate activities they should
+When developing with Edje these two tasks are the separate activities they should
 be.  When determining how to design your interface, it's common to use GIMP
 as a layout tool,  this is particularly helpful for designing your interface with
 Edje as you can see exactly how each element is going to be positioned and relate
@@ -13,7 +13,7 @@
 a file typically labeled with a .edc extension.  Once you've created your EDC,
 you will generate the EET that will be used by your application. This is done using 
<command>edje_cc</command>,
 the Edje Collection Compiler.  Edje_cc will pack your EDC plus all of the images
-your interface will need into one tight compact EDC, and will even compress
+your interface will need into one tight compact EET, and will even compress
 images if you specified compression in your EDC.  This generated EET will
 be the file that your application code, using the Edje API, will access
 and interact with.  This allows you to share or transfer themes by moving
@@ -194,7 +194,7 @@
 <para>
 The first thing to notice is that the syntax is very C like.  The second is that EDCs 
have two major
 sections: images and collections.  And lastly, that every directive is in the form: 
keyword, arg1 arg2 ...;.
-Now lets talk thru this EDC section by section.
+Now lets talk through this EDC section by section.
 </para>
 
 <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