[src/edje_externals/elm_scrolled_entry.c amd elm_timepicker.c] Updated the external...
[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("fileselector")
20 ICON("fileselector_button")
21 ICON("gengrid")
22 ICON("genlist")
23 ICON("hoversel")
24 ICON("icon")
25 ICON("list")
26 ICON("map")
27 ICON("nocontents")
28 ICON("notepad")
29 ICON("page_control")
30 ICON("photocam")
31 ICON("progressbar")
32 ICON("radio")
33 ICON("scrolled_entry")
34 ICON("searchbar")
35 ICON("slider")
36 ICON("slideshow")
37 ICON("spinner")
38 ICON("thumb")
39 ICON("toggle")
40 ICON("toolbar")
41 ICON("slideshow")
42 ICON("timepicker")
43
44