Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_shelf.edc Log Message: start of some shelf config - START only... deal with it. debugging printfs galore. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_shelf.edc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- default_shelf.edc 6 Apr 2006 07:26:11 -0000 1.7 +++ default_shelf.edc 23 Apr 2006 06:56:22 -0000 1.8 @@ -39,46 +39,81 @@ } part { name: "base"; - clip_to: "base_clip"; mouse_events: 0; description { state: "default" 0.0; - rel1 { - relative: 0.0 0.0; - offset: 0 -6; - } - rel2 { - relative: 1.0 1.0; - offset: -1 0; - } image { normal: "e17_shelf_bg_h.png"; border: 19 19 9 9; } + fill { + origin { + offset: 0 -6; + } + size { + offset: 0 6; + } + } } description { - state: "bottom" 0.0; - rel1 { - relative: 0.0 0.0; - offset: 0 0; + state: "top_left" 0.0; + inherit: "default" 0.0; + fill { + origin { + offset: -16 -6; + } + size { + offset: 16 6; + } } - rel2 { - relative: 1.0 1.0; - offset: -1 7; + } + description { + state: "top_right" 0.0; + inherit: "default" 0.0; + fill { + origin { + offset: 0 -6; + } + size { + offset: 16 6; + } } - image { - normal: "e17_shelf_bg_h.png"; - border: 19 19 9 9; + } + description { + state: "bottom" 0.0; + inherit: "default" 0.0; + fill { + origin { + offset: 0 0; + } + size { + offset: 0 6; + } } } - } - part { - name: "base_clip"; - type: RECT; - mouse_events: 0; description { - state: "default" 0.0; - color: 255 255 255 255; + state: "bottom_left" 0.0; + inherit: "default" 0.0; + fill { + origin { + offset: -16 0; + } + size { + offset: 16 6; + } + } + } + description { + state: "bottom_right" 0.0; + inherit: "default" 0.0; + fill { + origin { + offset: 0 0; + } + size { + offset: 16 6; + } + } } } part { @@ -96,6 +131,61 @@ offset: -19 -3; } } + description { + state: "top_left" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 2; + } + rel2 { + relative: 1.0 1.0; + offset: -19 -3; + } + } + description { + state: "top_right" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 18 2; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -3; + } + } + description { + state: "bottom" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 18 2; + } + rel2 { + relative: 1.0 1.0; + offset: -19 -3; + } + } + description { + state: "bottom_left" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 2; + } + rel2 { + relative: 1.0 1.0; + offset: -19 -3; + } + } + description { + state: "bottom_right" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 18 2; + } + rel2 { + relative: 1.0 1.0; + offset: -3 -3; + } + } } } programs { @@ -105,13 +195,47 @@ source: "top"; action: STATE_SET "default" 0.0; target: "base"; + target: "items"; } program { name: "orient2"; signal: "set_orientation"; + source: "top_left"; + action: STATE_SET "top_left" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient3"; + signal: "set_orientation"; + source: "top_right"; + action: STATE_SET "top_right" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient4"; + signal: "set_orientation"; source: "bottom"; action: STATE_SET "bottom" 0.0; target: "base"; + target: "items"; + } + program { + name: "orient5"; + signal: "set_orientation"; + source: "bottom_left"; + action: STATE_SET "bottom_left" 0.0; + target: "base"; + target: "items"; + } + program { + name: "orient6"; + signal: "set_orientation"; + source: "bottom_right"; + action: STATE_SET "bottom_right" 0.0; + target: "base"; + target: "items"; } } } ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs