Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_winlist.edc Log Message: current winlist todo is done... =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_winlist.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- default_winlist.edc 13 Jun 2005 09:59:53 -0000 1.3 +++ default_winlist.edc 14 Jun 2005 14:33:47 -0000 1.4 @@ -5,6 +5,8 @@ image: "e17_ibar_bg_h.png" COMP; image: "e17_ibar_over_v.png" COMP; image: "e17_gadman_overlay.png" COMP; + image: "e17_pager_window.png" COMP; + image: "e17_pager_desk.png" COMP; } group { @@ -291,8 +293,9 @@ to_x: "icon_swallow"; } rel2 { - relative: 1.0 1.0; + relative: 0.0 1.0; offset: -1 -1; + to_x: "type"; } image { normal: "e17_titlebar_outline.png"; @@ -485,8 +488,9 @@ to_x: "icon_swallow"; } rel2 { - relative: 1.0 1.0; + relative: 0.0 1.0; offset: -8 -6; + to_x: "type"; } color: 0 0 0 255; color3: 255 255 255 128; @@ -685,9 +689,58 @@ } } } + part { + name: "type"; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + align: 1.0 0.5; + aspect_preference: VERTICAL; + rel1 { + relative: 1.0 0.0; + offset: -1 1; + } + rel2 { + relative: 1.0 1.0; + offset: -1 4; + to_y: "title2"; + } + image { + normal: "e17_pager_window.png"; + border: 6 13 7 5; + } + } + description { + state: "iconified" 0.0; + inherit: "default" 0.0; + visible: 0; + } + description { + state: "invisible" 0.0; + inherit: "default" 0.0; + image { + normal: "e17_pager_desk.png"; + border: 2 2 2 2; + } + } + } } programs { program { + name: "type1"; + signal: "iconified"; + source: ""; + action: STATE_SET "iconified" 0.0; + target: "type"; + } + program { + name: "type2"; + signal: "invisible"; + source: ""; + action: STATE_SET "invisible" 0.0; + target: "type"; + } + program { name: "go_active_pre"; signal: "active"; source: ""; ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs