On Fri, 1 Apr 2005 09:34:42 +0200 Nick Martens <[EMAIL PROTECTED]> babbled:
(B
(B> I am trying to write an e17 theme but I cant get an image to be tiled. I hope 
(B> someone has an idea. thanks in advance.
(B> This is what i have: 
(B> 
(B> 
(B>       part {
(B>        name:          "title_bar";
(B>        mouse_events:  0;
(B>        description {
(B>           state:    "default" 0.0;
(B>           visible:  0;
(B>           aspect:   1.0 1.0;
(B>           aspect_preference: VERTICAL;
(B>           fill {
(B>               smooth: 1;
(B>                 origin { 
(B>                    relative: 1.0 1.0;
(B>                    offset: 1.0 1.0;
(B>                 }
(B>               size {
(B>                    relative: 1.0 1.0;
(B>                    offset: 1.0 1.0;
(B>               }
(B>             }
(B>           rel1 {
(B>              relative: 0.0  0.0;
(B>              offset:   0    0;
(B>              to:       "title_outline";
(B>           }
(B>           rel2 {
(B>              relative: 1.0  1.0;
(B>              offset:   -1   -1;
(B>              to:       "title_outline";
(B>           }
(B>           image {
(B>              normal: "e17_titlebar.png";
(B>              border: 8 8 8 8;
(B>           }
(B>           color: 255 255 255 0;
(B>        }
(B>        description {
(B>           state:    "active" 0.0;
(B>           aspect:   1.0 1.0;
(B>           aspect_preference: VERTICAL;
(B>           visible:  1;
(B>           fill {
(B>               smooth: 1;
(B>                 origin { 
(B>                    relative: 1.0 1.0;
(B>                  offset: 1.0 1.0;
(B>                 }
(B>               size {
(B>                    relative: 1.0 1.0;
(B>                  offset: 1.0 1.0;
(B>               }
(B>             }
(B>           rel1 {
(B>              relative: 0.0  0.0;
(B>              offset:   0    0;
(B>              to:       "title_outline";
(B>           }
(B>           rel2 {
(B>              relative: 1.0  1.0;
(B>              offset:   -1   -1;
(B>              to:       "title_outline";
(B>           }
(B>           image {
(B>              normal: "e17_titlebar.png";
(B>              border: 8 8 8 8;
(B>           }
(B>           color: 255 255 255 255;
(B>        }
(B>       }
(B
(Byou want to play in the fill {}subsection. see the default backgorund edc that
(Btiles the brushed texture :)
(B
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BThis SF.net email is sponsored by Demarc:
(BA global provider of Threat Management Solutions.
(BDownload our HomeAdmin security software for free today!
(Bhttp://www.demarc.com/info/Sentarus/hamr30
(B_______________________________________________
(Benlightenment-users mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to