Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/edje
Dir : e17/libs/edje/data/src
Modified Files:
e_logo.edc test.edc
Log Message:
you can add arbitary key/value pair strings to either 1 the edje file .eet as
a whole and/or to each collection in the edje .eet file (different
namespoaces with each collection having its own namespace) :) this shoudl
make Rbdpngn happy :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_logo.edc 20 Jul 2003 12:37:49 -0000 1.16
+++ e_logo.edc 5 Aug 2003 14:33:34 -0000 1.17
@@ -124,11 +124,22 @@
image, "e120.png" LOSSY 95;
}
+data
+{
+ item, "My Data" "The string to attach to this data";
+ item, "The Key" "String data attached to the key";
+}
+
collections {
group {
- min, 32 32;
- max, 1024 768;
name, "test";
+ min, 32 32;
+ max, 1024 768;
+ data
+ {
+ item, "My Data" "The string to attach to this data";
+ item, "The Key" "String data attached to the key";
+ }
parts {
part {
name, "background";
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/test.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- test.edc 29 Jul 2003 22:05:47 -0000 1.8
+++ test.edc 5 Aug 2003 14:33:35 -0000 1.9
@@ -10,6 +10,13 @@
image, "e.png" COMP; /* compressed */
}
+// data can be attached to the edje file as a whole. string key, value style
+data
+{
+ item, "My Data" "The string to attach to this data";
+ item, "The Key" "String data attached to the key";
+}
+
collections
{
group
@@ -17,6 +24,12 @@
name, "test";
// min, 0 0;
// max, 0 0;
+// more data that can be attached per collection
+ data
+ {
+ item, "My Data" "The string to attach to this data";
+ item, "The Key" "String data attached to the key";
+ }
parts
{
part
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs