File: colorpreview.edc

package info (click to toggle)
elementary 0.7.0.55225-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,856 kB
  • sloc: ansic: 71,870; sh: 10,138; makefile: 822
file content (22 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
images {
   image: "grid_bg.png" COMP;
}

collections {
   group { name: "main";
      parts {
         part { name: "Grid";
            type: IMAGE;
            description { state: "default" 0;
               image.normal: "grid_bg.png";
            }
         }
         part { name: "ColorPreview";
            type: SWALLOW;
            mouse_events: 0;
            description { state: "default" 0;
            }
         }
      }
   }
}