aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/examples/aspect.edc
blob: b8bfb313e062eb5e96faa4e897c668fcf25a71ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
collections {
   group {
      name: "main";
      parts {
	 part {
	    name: "content";
	    mouse_events: 0;
	    type:  SWALLOW;
	    description {
	       state: "default" 0.0;
               visible: 1;
	    }
	 }
      }
   }
}