Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/data/themes/default/widgets Modified Files: colorpicker.edc Log Message: * More work on the colorpicker * Do not typedef enums in Etk_Types.h anymore so g++ can compile Etk projects =================================================================== RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/colorpicker.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- colorpicker.edc 17 May 2006 15:15:08 -0000 1.1 +++ colorpicker.edc 18 May 2006 13:13:33 -0000 1.2 @@ -77,3 +77,96 @@ } } } +group { + name: "colorpicker/hslider"; + min: 30 24; + parts { + part { + name: "slider_image"; + type: SWALLOW; + description { + state: "default" 0.0; + rel1 { + relative: 0.0 0.0; + offset: 2 1; + to: "trough"; + } + rel2 { + relative: 1.0 1.0; + offset: -2 -2; + to: "trough"; + } + } + } + part { + name: "trough"; + description { + state: "default" 0.0; + rel1 { + relative: 0.0 0.5; + offset: 4 -6; + } + rel2 { + relative: 1.0 0.5; + offset: -5 5; + } + image { + normal: "colorpicker_slider_trough.png"; + border: 4 4 4 4; + } + fill { + smooth: 0; + } + } + } + part { + name: "confine"; + type: RECT; + description { + state: "default" 0.0; + visible: 0; + rel1 { + relative: 0.0 0.0; + offset: -2 8; + to: "trough"; + } + rel2 { + relative: 1.0 0.0; + offset: 2 9; + to: "trough"; + } + } + } + part { + name: "drag"; + dragable { + confine: "confine"; + x: 1 1 1; + y: 0 0 0; + } + description { + state: "default" 0.0; + min: 11 13; + max: 11 13; + image { + normal: "colorpicker_slider_drag.png"; + } + } + } + FOCUS_GLOW(0.0, 0.0, -4, -4, "trough", 1.0, 1.0, 3, 3, "trough") + } + programs { + program { + name: "colorpicker_hslider_focus"; + signal: "focus"; + source: ""; + FOCUS_GLOW_ACTION + } + program { + name: "colorpicker_hslider_unfocus"; + signal: "unfocus"; + source: ""; + UNFOCUS_GLOW_ACTION + } + } +} ------------------------------------------------------- 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