Merge branch 'master' of 165.213.180.234:/git/slp/pkgs/elementary
[framework/uifw/elementary.git] / data / edje_externals / icons.edc
1 #define ICON(_name)                                         \
2 images { image: "ico_"_name".png" COMP; }                   \
3 collections { group { name: "ico_"_name;                    \
4       parts { part { name: "icon";                          \
5             type: IMAGE; mouse_events: 0;                   \
6             description { state: "default" 0.0;             \
7                align: 0.5 0.5;                              \
8                aspect: 1.0 1.0;                             \
9                aspect_preference: VERTICAL;                 \
10                image.normal: "ico_"_name".png";             \
11 }}}}}
12
13 ICON("anchorblock")
14 ICON("anchorview")
15 ICON("bubble")
16 ICON("button")
17 ICON("check")
18 ICON("clock")
19 ICON("datefield")
20 ICON("datepicker")
21 ICON("fileselector")
22 ICON("fileselector_button")
23 ICON("gengrid")
24 ICON("genlist")
25 ICON("hoversel")
26 ICON("icon")
27 ICON("list")
28 ICON("map")
29 ICON("nocontents")
30 ICON("notepad")
31 ICON("page_control")
32 ICON("photocam")
33 ICON("progressbar")
34 ICON("radio")
35 ICON("scrolled_entry")
36 ICON("scroller")
37 ICON("searchbar")
38 ICON("slider")
39 ICON("slideshow")
40 ICON("spinner")
41 ICON("thumb")
42 ICON("toggle")
43 ICON("toolbar")
44 ICON("slideshow")
45 ICON("timepicker")
46
47