Enlightenment CVS committal
Author : dj2
Project : e17
Module : docs
Dir : e17/docs/cookbook/xml/evas
Modified Files:
evas_smart_intro.xml
Log Message:
- RbdPngn suggested I fix some of this up to make it less confusing....
thanks again...
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/evas/evas_smart_intro.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_smart_intro.xml 29 Jul 2004 05:03:52 -0000 1.1
+++ evas_smart_intro.xml 29 Jul 2004 22:30:26 -0000 1.2
@@ -15,23 +15,24 @@
<para>
As you work with Evas more, you'll begin to have several
<literal>Evas_Objects</literal> that you are working with and applying
-the same operations to keep them in sync. It would be much more convenient
+the same operations to keep them in sync. It would be much more convenient
to group all of these separate <literal>Evas_Object</literal>s into a single
object that the transforms can be applied too.
</para>
<para>
-Evas Smart Objects provide this ability. Smart objects provide the ability
-to write your own objects and Evas will call your objects to do the moving,
-resizing, hiding, layer and all of those other things an
-<literal>Evas_Object</literal> is responsible to handle.
+Evas smart objects provide the ability to write your own objects and have Evas call
your
+functions to do the moving, resizing, hiding, layer and all of those other things an
+<literal>Evas_Object</literal> is responsible to handle. Along with the normal
+<literal>Evas_Object</literal> callbacks, smart objects allow you to define your
+own functions for the object to handle any special operations you may require.
</para>
<para>
This introduction is broken into three files: foo.h, foo.c, and main.c. The
smart object being created is called <literal>foo</literal> and is defined
in the foo.[ch] files. main.c is there to show how the new smart object can
-be used, hint, the same as any other <literal>Evas_Object</literal>.
+be used.
</para>
<para>
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs