aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/examples/aspect.edc
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/evas/src/examples/aspect.edc
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/evas/src/examples/aspect.edc')
-rw-r--r--libraries/evas/src/examples/aspect.edc17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/evas/src/examples/aspect.edc b/libraries/evas/src/examples/aspect.edc
new file mode 100644
index 0000000..b8bfb31
--- /dev/null
+++ b/libraries/evas/src/examples/aspect.edc
@@ -0,0 +1,17 @@
1collections {
2 group {
3 name: "main";
4 parts {
5 part {
6 name: "content";
7 mouse_events: 0;
8 type: SWALLOW;
9 description {
10 state: "default" 0.0;
11 visible: 1;
12 }
13 }
14 }
15 }
16}
17