Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/elicit
Dir : e17/apps/elicit/data/themes/winter/macros Modified Files: color.inc Log Message: looks like i forgot to commit some things... =================================================================== RCS file: /cvs/e/e17/apps/elicit/data/themes/winter/macros/color.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- color.inc 10 Jul 2006 09:35:44 -0000 1.5 +++ color.inc 17 Jul 2006 06:05:16 -0000 1.6 @@ -29,12 +29,12 @@ rel1 { \ to, NAME"-box"; \ relative, 0.0 0.0; \ - offset, 8 0; \ + offset, 2 0; \ } \ rel2 { \ to, NAME"-box"; \ - relative, 0.0 0.0; \ - offset, 17 10; \ + relative, 0.0 1.0; \ + offset, 2 -1; \ } \ color, 140 140 140 255; \ text { \ @@ -58,22 +58,22 @@ min, 0 0; \ max, 9999 9999; \ rel1 { \ - to, NAME"-label"; \ + to, NAME"-trough"; \ relative, 1.0 0.0; \ - offset, 5 0; \ + offset, 1 0; \ } \ rel2 { \ - to, NAME"-label"; \ + to, NAME"-box"; \ relative, 1.0 1.0; \ - offset, 30 -1; \ + offset, -1 -1; \ } \ color, 140 140 140 255; \ text { \ text, "255"; \ font, "Vera"; \ - size, TEXT_SIZE; \ + size, 8; \ fit, 0 0; \ - min, 0 0; \ + min, 1 0; \ align, 0.0 0.5; \ } \ } \ @@ -84,6 +84,73 @@ BUTTON_CLIPPED(NAME"-dn", "arrow-dn.png", "arrow-dn.png", 5, 3, \ NAME"-val", 1 0, 4 5, \ NAME"-val", 1 0, 9 8, "color-clip") \ +part { \ + name: NAME"-trough"; \ + clip_to, "color-clip"; \ + description { \ + state: "default" 0.0; \ + min: 6 6; \ + max: 9999 6; \ + fixed: 0 1; \ + image.normal: "trough.png"; \ + image.border: 3 4 2 3; \ + rel1 { \ + to: NAME"-label"; \ + relative: 1 0; \ + offset: -3 0; \ + } \ + rel2 { \ + to: NAME"-box"; \ + relative: 1 1; \ + offset: -23 -1; \ + } \ + } \ +} \ +part { \ + name: NAME"-spectrum"; \ + clip_to, "color-clip"; \ + type: SWALLOW; \ + description { \ + state: "default" 0.0; \ + rel1 { \ + to: NAME"-trough"; \ + offset: 2 2; \ + } \ + rel2 { \ + to: NAME"-trough"; \ + offset: -3 -3; \ + } \ + \ + } \ +} \ +part { \ + name: NAME"-confine"; \ + clip_to, "color-clip"; \ + type: RECT; \ + description { \ + state: "default" 0.0; \ + color: 0 0 0 0; \ + rel1.to: NAME"-trough"; \ + rel2.to: NAME"-trough"; \ + rel2.offset: 1 1; \ + } \ +} \ +part { \ + name: NAME"-slider"; \ + clip_to, "color-clip"; \ + dragable { \ + x: 1 1 1; \ + y: 0 0 0; \ + confine: NAME"-confine"; \ + } \ + description { \ + state: "default" 0.0; \ + min: 15 8; \ + max: 15 8; \ + fixed: 1 1; \ + image.normal: "slider.png"; \ + } \ +} \ part { \ name: NAME"-event"; \ type: RECT; \ @@ -94,7 +161,8 @@ rel2.to: NAME"-box"; \ color: 0 0 0 0; \ } \ - } + } \ + #define COLOR_PROG(NAME, SIG_BIT) \ ------------------------------------------------------------------------- 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