I am trying to write an e17 theme but I cant get an image to be tiled. I hope 
someone has an idea. thanks in advance.
This is what i have: 


      part {
         name:          "title_bar";
         mouse_events:  0;
         description {
            state:    "default" 0.0;
            visible:  0;
            aspect:   1.0 1.0;
            aspect_preference: VERTICAL;
            fill {
                smooth: 1;
                origin { 
                   relative: 1.0 1.0;
                   offset: 1.0 1.0;
                }
                size {
                   relative: 1.0 1.0;
                   offset: 1.0 1.0;
                }
            }
            rel1 {
               relative: 0.0  0.0;
               offset:   0    0;
               to:       "title_outline";
            }
            rel2 {
               relative: 1.0  1.0;
               offset:   -1   -1;
               to:       "title_outline";
            }
            image {
               normal: "e17_titlebar.png";
               border: 8 8 8 8;
            }
            color: 255 255 255 0;
         }
         description {
            state:    "active" 0.0;
            aspect:   1.0 1.0;
            aspect_preference: VERTICAL;
            visible:  1;
            fill {
                smooth: 1;
                origin { 
                   relative: 1.0 1.0;
                   offset: 1.0 1.0;
                }
                size {
                   relative: 1.0 1.0;
                   offset: 1.0 1.0;
                }
            }
            rel1 {
               relative: 0.0  0.0;
               offset:   0    0;
               to:       "title_outline";
            }
            rel2 {
               relative: 1.0  1.0;
               offset:   -1   -1;
               to:       "title_outline";
            }
            image {
               normal: "e17_titlebar.png";
               border: 8 8 8 8;
            }
            color: 255 255 255 255;
         }
      }


-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to