aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/objects/multibuttonentry.edc
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/elementary/data/objects/multibuttonentry.edc
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to '')
-rw-r--r--libraries/elementary/data/objects/multibuttonentry.edc100
1 files changed, 0 insertions, 100 deletions
diff --git a/libraries/elementary/data/objects/multibuttonentry.edc b/libraries/elementary/data/objects/multibuttonentry.edc
deleted file mode 100644
index 8644a16..0000000
--- a/libraries/elementary/data/objects/multibuttonentry.edc
+++ /dev/null
@@ -1,100 +0,0 @@
1
2collections {
3group {
4 name: "multibuttonentry_test";
5 parts{
6 part {
7 name: "bg";
8 type: RECT;
9 mouse_events: 1;
10 scale:1;
11 description {
12 state: "default" 0.0;
13 color: 0 0 0 0;
14 rel1.relative: 0.0 0.0;
15 rel2.relative: 1.0 1.0;
16 }
17 }
18 part{
19 name: "top.left";
20 type: RECT;
21 scale: 1;
22 description {
23 state: "default" 0.0;
24 min : 0 0;
25 fixed: 1 1;
26 rel1 { relative: 0.0 0.0;to:bg; }
27 rel2 { relative: 0.0 0.0;to:bg; }
28 align: 0.0 0.0;
29 color: 0 0 0 0;
30 }
31 }
32 part{
33 name: "bottom.right";
34 type: RECT;
35 scale: 1;
36 description {
37 state: "default" 0.0;
38 min : 0 0;
39 fixed: 1 1;
40 rel1 { relative: 1.0 1.0;to:bg; }
41 rel2 { relative: 1.0 1.0;to:bg; }
42 align: 1.0 1.0;
43 color: 0 0 0 0;
44 }
45 }
46 part {
47 name: "bg.box";
48 type: RECT;
49 mouse_events: 0;
50 scale:1;
51 description {
52 state: "default" 0.0;
53 rel1.to: box;
54 rel2.to: box;
55 color: 230 220 188 255;
56 }
57 }
58 part {
59 name: "box";
60 type: SWALLOW;
61 mouse_events: 1;
62 scale:1;
63 description {
64 state: "default" 0.0;
65 min : 0 5;
66 fixed: 0 1;
67 rel1 { relative: 1.0 1.0;to: top.left;}
68 rel2 { relative: 0.0 1.0;to_x: bottom.right;to_y: top.left;}
69 align: 0.0 0.0;
70 }
71 }
72 part {
73 name: "bg.multibuttonentry";
74 type: RECT;
75 mouse_events: 0;
76 scale:1;
77 description {
78 state: "default" 0.0;
79 rel1.to: multibuttonentry;
80 rel2.to: multibuttonentry;
81 color: 246 245 237 0;
82 }
83 }
84 part {
85 name: "multibuttonentry";
86 type: SWALLOW;
87 mouse_events: 1;
88 scale:1;
89 description {
90 state: "default" 0.0;
91 min : 0 5;
92 fixed: 0 1;
93 rel1 { relative: 0.0 1.0; to: box; }
94 rel2 { relative: 0.0 0.0; to:bottom.right; }
95 align: 0.0 0.0;
96 }
97 }
98 }
99}
100}