Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mbar
Dir : e_modules/mbar/data/themes Modified Files: mbar.edc Log Message: Basic label support for now. This will change in the future. =================================================================== RCS file: /cvs/e/e_modules/mbar/data/themes/mbar.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- mbar.edc 15 Mar 2006 00:28:39 -0000 1.1 +++ mbar.edc 29 Mar 2006 00:24:59 -0000 1.2 @@ -1,3 +1,8 @@ +fonts +{ + font: "VeraBd.ttf" "Vera Bold"; +} + images { image: "e17_ibar_bg_h.png" COMP; @@ -697,7 +702,6 @@ } } } - group { name: "modules/mbar/icon"; @@ -745,7 +749,42 @@ color: 0 0 0 0; } } + part + { + name: "label"; + type: TEXT; + clip_to: "item_clip"; + effect: SOFT_SHADOW; + mouse_events: 0; + description + { + state: "default" 0.0; + rel1 + { + relative: 0.0 0.0; + offset: 0 0; + to: "item"; + } + rel2 + { + relative: 1.0 1.0; + offset: -1 -1; + to: "item"; + } + color: 255 255 255 255; + color3: 0 0 0 70; + text + { + text: ""; + font: "Vera Bold"; + size: 10; + min: 1 1; + align: 0.5 0.5; + } + } + } } + programs { program ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs