From 07274513e984f0b5544586c74508ccd16e7dcafa Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:29:19 +1000 Subject: Remove EFL, since it's been released now. --- .../elementary/data/objects/multibuttonentry.edc | 100 --------------------- 1 file changed, 100 deletions(-) delete mode 100644 libraries/elementary/data/objects/multibuttonentry.edc (limited to 'libraries/elementary/data/objects/multibuttonentry.edc') 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 @@ - -collections { -group { - name: "multibuttonentry_test"; - parts{ - part { - name: "bg"; - type: RECT; - mouse_events: 1; - scale:1; - description { - state: "default" 0.0; - color: 0 0 0 0; - rel1.relative: 0.0 0.0; - rel2.relative: 1.0 1.0; - } - } - part{ - name: "top.left"; - type: RECT; - scale: 1; - description { - state: "default" 0.0; - min : 0 0; - fixed: 1 1; - rel1 { relative: 0.0 0.0;to:bg; } - rel2 { relative: 0.0 0.0;to:bg; } - align: 0.0 0.0; - color: 0 0 0 0; - } - } - part{ - name: "bottom.right"; - type: RECT; - scale: 1; - description { - state: "default" 0.0; - min : 0 0; - fixed: 1 1; - rel1 { relative: 1.0 1.0;to:bg; } - rel2 { relative: 1.0 1.0;to:bg; } - align: 1.0 1.0; - color: 0 0 0 0; - } - } - part { - name: "bg.box"; - type: RECT; - mouse_events: 0; - scale:1; - description { - state: "default" 0.0; - rel1.to: box; - rel2.to: box; - color: 230 220 188 255; - } - } - part { - name: "box"; - type: SWALLOW; - mouse_events: 1; - scale:1; - description { - state: "default" 0.0; - min : 0 5; - fixed: 0 1; - rel1 { relative: 1.0 1.0;to: top.left;} - rel2 { relative: 0.0 1.0;to_x: bottom.right;to_y: top.left;} - align: 0.0 0.0; - } - } - part { - name: "bg.multibuttonentry"; - type: RECT; - mouse_events: 0; - scale:1; - description { - state: "default" 0.0; - rel1.to: multibuttonentry; - rel2.to: multibuttonentry; - color: 246 245 237 0; - } - } - part { - name: "multibuttonentry"; - type: SWALLOW; - mouse_events: 1; - scale:1; - description { - state: "default" 0.0; - min : 0 5; - fixed: 0 1; - rel1 { relative: 0.0 1.0; to: box; } - rel2 { relative: 0.0 0.0; to:bottom.right; } - align: 0.0 0.0; - } - } - } -} -} -- cgit v1.1