diff options
author | Carsten Haitzler <raster@rasterman.com> | 2013-02-18 08:58:32 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2013-02-18 08:58:32 +0000 |
commit | 66ebe5172598d582da8090988db36806acf42d2c (patch) | |
tree | 9da67e7a61ea8da5ed873127ce40958d55c1dea6 /data/themes/edc/O/conf_gad.edc | |
parent | 10c88cf2220c23b219bc3b05a8b935ad102c4dab (diff) | |
download | enlightenment-66ebe5172598d582da8090988db36806acf42d2c.tar.gz enlightenment-66ebe5172598d582da8090988db36806acf42d2c.tar.xz enlightenment-66ebe5172598d582da8090988db36806acf42d2c.zip |
remove unused edcs from old bnw theme.
SVN revision: 84043
Diffstat (limited to 'data/themes/edc/O/conf_gad.edc')
-rw-r--r-- | data/themes/edc/O/conf_gad.edc | 131 |
1 files changed, 0 insertions, 131 deletions
diff --git a/data/themes/edc/O/conf_gad.edc b/data/themes/edc/O/conf_gad.edc deleted file mode 100644 index 8076dc8e2..000000000 --- a/data/themes/edc/O/conf_gad.edc +++ /dev/null @@ -1,131 +0,0 @@ -///////////////////////////////////////////////////////////////////////////// -/*** MOD: CONF ***/ - - group { - name: "e/modules/conf/main"; - images { - image: "O/icon_configuration.png" COMP; - image: "O/bt_base1.png" COMP; - image: "O/bt_base2.png" COMP; - image: "O/bt_hilight.png" COMP; - image: "O/bt_shine.png" COMP; - image: "O/bt_glow.png" COMP; - } - min: 16 16; - max: 128 128; - parts { - part { - name: "button_image"; - mouse_events: 1; - scale: 1; - description { - state: "default" 0.0; - fixed: 1 1; - align: 0.5 0.5; - min: 32 16; - image { - normal: "O/bt_base2.png"; - border: 7 7 7 7; - } - } - description { - state: "clicked" 0.0; - inherit: "default" 0.0; - image.normal: "O/bt_base1.png"; - } - program { - name: "button_down"; - signal: "mouse,down,1"; - source: "button_image"; - action: STATE_SET "clicked" 0.0; - target: "button_image"; - target: "over3"; - } - program { - name: "button_up"; - signal: "mouse,up,1"; - source: "button_image"; - action: STATE_SET "default" 0.0; - target: "button_image"; - target: "over3"; - } - program { - name: "button_click"; - signal: "mouse,clicked,1"; - source: "button_image"; - action: SIGNAL_EMIT "e,action,conf" ""; - } - } - part { - name: "icon"; - mouse_events: 0; - description { - state: "default" 0.0; - aspect: 1.0 1.0; - aspect_preference: BOTH; - visible: 1; - image.normal: "O/icon_configuration.png"; - rel1 { - to: "button_image"; - relative: 0.0 0.0; - offset: 3 3; - } - rel2 { - relative: 1.0 1.0; - offset: -4 -4; - to: "button_image"; - } - } - } - part { - name: "over1"; - mouse_events: 0; - description { - state: "default" 0.0; - rel1.to: "button_image"; - rel2.to: "button_image"; - rel2.relative: 1.0 0.5; - image { - normal: "O/bt_hilight.png"; - border: 7 7 7 0; - } - } - } - part { - name: "over2"; - mouse_events: 0; - description { - state: "default" 0.0; - rel1.to: "button_image"; - rel2.to: "button_image"; - image { - normal: "O/bt_shine.png"; - border: 7 7 7 7; - } - } - } - part { - name: "over3"; - mouse_events: 0; - description { - state: "default" 0.0; - rel1.to: "button_image"; - rel2.to: "button_image"; - visible: 0; - color: 255 255 255 0; - image { - normal: "O/bt_glow.png"; - border: 12 12 12 12; - } - fill.smooth : 0; - } - description { - state: "clicked" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - } - |